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:
Ben Gotow 2015-07-14 16:24:35 -07:00
parent 4850c67877
commit 1f748cc2fa

View file

@ -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;