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:
parent
67127b8163
commit
4444df853a
@ -51,8 +51,12 @@
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
|
||||
.empty-line {
|
||||
line-height: 1em;
|
||||
div {
|
||||
word-wrap: break-word;
|
||||
|
||||
&.empty-line {
|
||||
line-height: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user