mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-12 15:44:40 +08:00
fix(composer): 30px area would focus wrap instead of contenteditable. Fixes #935
This commit is contained in:
parent
893e26dfc6
commit
fa01a31631
1 changed files with 0 additions and 3 deletions
|
@ -226,7 +226,6 @@ body.platform-win32 {
|
||||||
|
|
||||||
div[contenteditable] {
|
div[contenteditable] {
|
||||||
min-height: @compose-min-height;
|
min-height: @compose-min-height;
|
||||||
margin-bottom: 30px;
|
|
||||||
padding: 20px @spacing-standard 0 @spacing-standard;
|
padding: 20px @spacing-standard 0 @spacing-standard;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -277,8 +276,6 @@ body.platform-win32 {
|
||||||
.compose-body {
|
.compose-body {
|
||||||
div[contenteditable] {
|
div[contenteditable] {
|
||||||
min-height: @line-height-computed;
|
min-height: @line-height-computed;
|
||||||
margin-bottom: 30px;
|
|
||||||
padding: 20px @spacing-standard 0 @spacing-standard;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue