mirror of
https://github.com/moparisthebest/mail
synced 2024-11-29 20:32:15 -05:00
[WO-204] fix word wrapping
This commit is contained in:
parent
67127b8163
commit
4444df853a
@ -51,10 +51,14 @@
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
|
||||
.empty-line {
|
||||
div {
|
||||
word-wrap: break-word;
|
||||
|
||||
&.empty-line {
|
||||
line-height: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user