incoming email modal width too narrow

This commit is contained in:
Kris 2018-05-30 15:28:29 -04:00
parent e32ccde72d
commit 57cef06192
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,8 @@
}
.incoming-email-content {
height: 300px;
max-width: 700px;
width: 90vw; // forcing textarea wider
textarea, .incoming-email-html-part {
height: 95%;
border: none;