fix #764: multiple attachments display

This commit is contained in:
antelle 2019-09-11 22:25:33 +02:00
parent f48713409b
commit 789103a2b8
2 changed files with 5 additions and 1 deletions

View File

@ -406,7 +406,7 @@
align-items: stretch;
flex-direction: row;
justify-content: flex-end;
flex-wrap: nowrap;
flex-wrap: wrap;
user-select: none;
overflow: hidden;
white-space: nowrap;
@ -422,6 +422,7 @@
flex: 0 1 auto;
border: light-border();
margin-right: $small-spacing;
margin-top: $small-spacing;
padding: $base-padding;
text-align: center;
overflow: hidden;

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.11.0 (TBD)
`-` fix #764: multiple attachments display
##### v1.10.0 (2019-09-09)
`+` macOS Dark theme
`+` HTML export