Skip to content

Commit

Permalink
fix(mail(js)): fix height of mailboxes list items
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Aug 23, 2021
1 parent 792d96b commit 145f221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/MailerUI/UIxMailMainFrame.wox
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<md-list-item
class="sg-mailbox-list-item md-clickable md-default-theme md-background md-hue-1"
ng-class="{'md-bg sg-selected': folder.id == app.service.selectedFolder.id}"
md-virtual-repeat="folder in account" md-item-size="48" md-on-demand="md-on-demand"
md-virtual-repeat="folder in account" md-item-size="40" md-on-demand="md-on-demand"
sg-mailbox="folder"
sg-droppable="app.isDroppableFolder(dragFolder, folder)"
sg-drop="app.dragSelectedMessages(dragFolder, folder, dragMode)">
Expand Down

0 comments on commit 145f221

Please sign in to comment.