fix(composer): 30px area would focus wrap instead of contenteditable. Fixes #935

This commit is contained in:
Ben Gotow 2016-01-11 17:44:55 -08:00
parent 893e26dfc6
commit fa01a31631

View file

@ -226,7 +226,6 @@ body.platform-win32 {
div[contenteditable] {
min-height: @compose-min-height;
margin-bottom: 30px;
padding: 20px @spacing-standard 0 @spacing-standard;
}
}
@ -277,8 +276,6 @@ body.platform-win32 {
.compose-body {
div[contenteditable] {
min-height: @line-height-computed;
margin-bottom: 30px;
padding: 20px @spacing-standard 0 @spacing-standard;
}
}