mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
fix write view body height
This commit is contained in:
parent
88b489718b
commit
2dd3280a18
@ -65,8 +65,11 @@
|
|||||||
|
|
||||||
.body {
|
.body {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
height: 68%;
|
|
||||||
overflow-y: scroll;
|
@include respond-to(desktop) {
|
||||||
|
height: 445px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
*[contentEditable] {
|
*[contentEditable] {
|
||||||
outline: 0px;
|
outline: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user