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 {
|
||||
line-height: 1.5em;
|
||||
height: 68%;
|
||||
|
||||
@include respond-to(desktop) {
|
||||
height: 445px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
*[contentEditable] {
|
||||
outline: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user