mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-13 10:51:24 +00:00
(html) Fix display of attendees
This bug is due to changes in the CSS of Angular Material.
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<md-icon>alarm_on</md-icon>
|
||||
<p><!-- editor.component.alarm.toString() --></p>
|
||||
</md-list-item>
|
||||
<md-list-item class="md-2-line" ng-show="editor.component.organizer">
|
||||
<md-list-item layout-align="start start" ng-show="editor.component.organizer">
|
||||
<md-icon>people</md-icon>
|
||||
<div layout="column" layout-fill="layout-fill">
|
||||
<!-- organizer -->
|
||||
@@ -153,7 +153,7 @@
|
||||
</md-list>
|
||||
<!-- invitation -->
|
||||
<md-list ng-show="editor.component.userHasRSVP">
|
||||
<md-divider><!-- dividerd --></md-divider>
|
||||
<md-divider><!-- divider --></md-divider>
|
||||
<md-subheader class="md-no-sticky sg-padded--top"><var:string label:value="You are invited to participate"/></md-subheader>
|
||||
<!-- participation status -->
|
||||
<md-list-item>
|
||||
|
||||
Reference in New Issue
Block a user