mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-04 06:18:24 +08:00
fix(mail-rules): tiny CSS fix to "+" button in mail rules
This commit is contained in:
parent
8cd3176574
commit
fc20b60b61
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@
|
|||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
.btn {
|
||||
padding:4px;
|
||||
padding: 0;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 6px;
|
||||
border-radius: 100%;
|
||||
text-align: center;
|
||||
margin-left:10px;
|
||||
|
|
Loading…
Reference in a new issue