Skip to content

Commit

Permalink
fix(web(css)): space issue with folders subscription dialog on Firefox
Browse files Browse the repository at this point in the history
Fixes #4954
  • Loading branch information
cgx committed Feb 13, 2020
1 parent 501edfc commit 860d635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/ContactsUI/UIxContactsUserFolders.wox
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<md-icon>warning</md-icon>
<var:string label:value="No possible subscription"/>
</div>
<div layout="row" layout-align="start center" layout-fill="true"
<div layout="row" layout-align="start center"
ng-repeat="folder in user.$$folders">
<md-icon>{{ folder.type == 'Contact' ? 'contacts' : 'event' }}</md-icon>
<div class="sg-padded--left md-flex" md-truncate="md-truncate">{{folder.displayName}}</div>
Expand Down

0 comments on commit 860d635

Please sign in to comment.