mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-03 18:05:32 +08:00
fix(mac-build): CSS Linter warnings treated as errors
This commit is contained in:
parent
6fa2e20197
commit
af5e2ea1dd
1 changed files with 1 additions and 4 deletions
|
@ -34,10 +34,7 @@
|
|||
margin: 0 auto;
|
||||
flex-direction:row;
|
||||
max-width: @compose-width;
|
||||
padding-left: @spacing-standard + @spacing-standard / 2;
|
||||
padding-right: @spacing-standard + @spacing-standard / 2;
|
||||
padding-top: @spacing-standard;
|
||||
padding-bottom: @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