fix(composer): minor padding fix in composer

This commit is contained in:
Evan Morikawa 2016-02-25 10:06:17 -08:00
parent 7682a7fa1c
commit 717d20f96e

View file

@ -241,7 +241,7 @@ body.platform-win32 {
.quoted-text-control { .quoted-text-control {
margin: @spacing-standard; margin: @spacing-standard;
margin-top:0; margin-top: 10px;
} }
div[contenteditable] { div[contenteditable] {