mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-04 19:54:32 +08:00
fix(css): Invalid padding value separated by commas
This commit is contained in:
parent
54b9f2bfb6
commit
87dc291327
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