1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-11 05:28:00 -05:00

Fix margin in writer for attachment box

This commit is contained in:
Tankred Hase 2014-09-23 18:38:19 +02:00
parent 3bfc3ad66b
commit 53341f02a2

View File

@ -65,7 +65,7 @@
.subject-box {
flex-shrink: 0;
position: relative;
margin: 20px 0;
margin: 20px 0 7px;
input[type=file] {
visibility: hidden;
@ -147,6 +147,7 @@
}
textarea {
margin-top: 13px;
flex-grow: 1;
width: 100%;
border: none;