mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(attachments): set attachment min-width
Fixes T3459
This commit is contained in:
parent
c059b51fe3
commit
6ac2a6b1be
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
margin: 0 0 @spacing-standard @spacing-standard;
|
margin: 0 0 @spacing-standard @spacing-standard;
|
||||||
width: calc(~"50% - 23px");
|
width: calc(~"50% - 23px");
|
||||||
|
min-width: 320px;
|
||||||
-webkit-user-drag: element;
|
-webkit-user-drag: element;
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
|
|
Loading…
Reference in a new issue