Merge pull request #208 from anaqreon/mail-text-height

Enlarge the default mail composition text area.
This commit is contained in:
redmatrix 2015-12-05 07:47:15 +11:00
commit 4428f70ea2

View File

@ -25,6 +25,10 @@
margin: 15px;
}
#prvmail-text {
height: 20.0em;
}
.mail-conv-outside-wrapper {
margin-bottom: 20px;
}