1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 10:52:17 -05:00

[WO-204] fix word wrapping

This commit is contained in:
Tankred Hase 2014-01-24 14:22:36 +01:00
parent 67127b8163
commit 4444df853a

View File

@ -51,8 +51,12 @@
height: 100%;
overflow-y: scroll;
.empty-line {
line-height: 1em;
div {
word-wrap: break-word;
&.empty-line {
line-height: 1em;
}
}
}