Merge pull request #5089 from emanuelschuetze/layout-fixes
Minor layout fixes (chyron, list of speakers)
This commit is contained in:
commit
6081df202c
@ -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;
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
color: data.data.font_color}">
|
||||
|
||||
<span id="inner">
|
||||
{{ data.data.current_speaker }}
|
||||
<b>{{ data.data.current_speaker }}</b>
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user