mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(T2117): Make draft body font size 15px instead of 15.9px
Fixes T2117 as much as possible. Still *slightly* kerned differently but there's not much we can do. DirectWrite font rendering just sucks on Windwos.
This commit is contained in:
parent
4850c67877
commit
1f748cc2fa
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
|||
}
|
||||
|
||||
div[contenteditable] {
|
||||
font-size: @font-size-large;
|
||||
font-size: @font-size;
|
||||
line-height: 1.4;
|
||||
min-height: @compose-min-height;
|
||||
padding: @spacing-standard;
|
||||
|
|
Loading…
Reference in a new issue