Merge pull request #3515 from emanuelschuetze/speakers-overlay-fix
Fix linebreak after microphone icon in speakers overlay.
This commit is contained in:
commit
cf95c64f88
@ -13,7 +13,7 @@
|
||||
<div ng-repeat="speaker in agendaItem.speakers | filter: {end_time: null, begin_time: '!!'} "
|
||||
class="currentSpeaker">
|
||||
<i class="fa fa-microphone fa-lg"></i>
|
||||
<span class="pull-right" style="width:calc(100% - 25px);">
|
||||
<span class="pull-right" style="width:calc(100% - 30px);">
|
||||
{{ speaker.user.get_full_name() }}
|
||||
</span>
|
||||
</div>
|
||||
|
@ -459,7 +459,7 @@ tr.elected td {
|
||||
padding-right: 5px;
|
||||
}
|
||||
.nextSpeakers {
|
||||
margin-left: 8px;
|
||||
margin-left: 13px;
|
||||
}
|
||||
.nextSpeakers li {
|
||||
line-height: 150%;
|
||||
|
Loading…
Reference in New Issue
Block a user