Merge pull request #5089 from emanuelschuetze/layout-fixes

Minor layout fixes (chyron, list of speakers)
This commit is contained in:
Sean 2019-10-30 12:33:44 +01:00 committed by GitHub
commit 6081df202c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
display: table;
width: 100%;
font-size: 14px;
// required since firefox has issues if this view is not in edit mode
height: 1px;
min-height: 50px;
margin-bottom: 5px;

View File

@ -3,6 +3,6 @@
color: data.data.font_color}">
<span id="inner">
{{ data.data.current_speaker }}
<b>{{ data.data.current_speaker }}</b>
</span>
</div>