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

View File

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