mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
set min-width for attachmentParent and flagParent to line them up
This commit is contained in:
parent
f2c4b8a1b3
commit
0ff66f8df8
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@
|
|||
.attachmentParent,
|
||||
.flagParent {
|
||||
margin: 0 10px 0 5px;
|
||||
min-width: 1em;
|
||||
}
|
||||
.flagParent::after {
|
||||
content: '☆'; /*⚐*/
|
||||
|
|
Loading…
Reference in a new issue