mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-29 11:52:34 +08:00
fix(thread-list): Constrain details width to ensure attachment icon visible. #1858
This commit is contained in:
parent
df7cd90c4a
commit
e12d901e62
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@
|
|||
.details {
|
||||
display:flex;
|
||||
align-items: center;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
.subject {
|
||||
font-size: @font-size-small;
|
||||
font-weight: @font-weight-normal;
|
||||
|
|
Loading…
Reference in a new issue