mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-17 13:38:11 +08:00
Tighten padding of composer action bar buttons so they fit at narrowest size
This commit is contained in:
parent
9c242f5bb2
commit
6d4e805437
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ body.platform-win32 {
|
|||
background: transparent;
|
||||
box-shadow: 0 0 0;
|
||||
margin: 0;
|
||||
padding: 0 9px;
|
||||
padding: 0 8px;
|
||||
white-space: nowrap;
|
||||
|
||||
img.content-mask {
|
||||
|
|
Loading…
Reference in a new issue