Merge pull request #4529 from emanuelschuetze/fixCSS
Fixed CSS styling error
This commit is contained in:
commit
16159fb60d
@ -13,7 +13,7 @@
|
||||
|
||||
<mat-card class="os-card speaker-card" *ngIf="viewItem">
|
||||
<!-- Title -->
|
||||
<h1 class="title on-transition-fade" *ngIf="viewItem">{{ viewItem.getTitle() }}</h1>
|
||||
<h1 class="los-title on-transition-fade" *ngIf="viewItem">{{ viewItem.getTitle() }}</h1>
|
||||
|
||||
<!-- List of finished speakers -->
|
||||
<mat-expansion-panel *ngIf="finishedSpeakers && finishedSpeakers.length > 0" class="finished-list">
|
||||
|
@ -26,7 +26,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
.los-title {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user