mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Resolve #1361
This commit is contained in:
parent
1d652e0ce3
commit
dd46434895
5 changed files with 38 additions and 28 deletions
|
|
@ -1,3 +1,7 @@
|
|||
.attachmentList {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.attachmentItem {
|
||||
|
||||
background-color: rgba(128, 128, 128, 0.1);
|
||||
|
|
@ -9,8 +13,7 @@
|
|||
line-height: 20px;
|
||||
margin: 5px;
|
||||
min-height: 48px;
|
||||
max-width: 200px;
|
||||
min-width: 60px;
|
||||
width: 16em;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue