mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-07 13:14:47 +08:00
fix(css): Invalid padding value separated by commas
This commit is contained in:
parent
c6880ab42b
commit
c2b4343880
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
margin: 0 auto;
|
||||
flex-direction:row;
|
||||
max-width: @compose-width;
|
||||
padding: @spacing-standard, @spacing-standard + @spacing-standard / 2, @spacing-standard*1.1;
|
||||
padding: @spacing-standard (@spacing-standard + @spacing-standard / 2) @spacing-standard*1.1;
|
||||
|
||||
> * {
|
||||
margin-left: @spacing-standard / 2;
|
||||
|
|
Loading…
Add table
Reference in a new issue