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
1 changed files with 2 additions and 1 deletions

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;