mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(composer): minor padding fix in composer
This commit is contained in:
parent
7682a7fa1c
commit
717d20f96e
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ body.platform-win32 {
|
|||
|
||||
.quoted-text-control {
|
||||
margin: @spacing-standard;
|
||||
margin-top:0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div[contenteditable] {
|
||||
|
|
Loading…
Reference in a new issue