nicer line break of addresses in write view

This commit is contained in:
Mario Volke 2014-09-15 18:10:08 +02:00
parent 7e8d88e5a8
commit 400a90f88e
1 changed files with 29 additions and 22 deletions

View File

@ -21,16 +21,22 @@
flex-shrink: 0; flex-shrink: 0;
margin-top: 10px; margin-top: 10px;
.tags-input { p {
display: inline-block; position: relative;
vertical-align: middle; padding-left: 3em;
min-width: 15em;
} }
label {
position: absolute;
top: 0;
left: 0;
width: 3em;
} }
.mail-addresses-more { .mail-addresses-more {
position: relative;
float: right; float: right;
margin: 0.4em 0; margin: 0.4em 0;
z-index: 1;
button { button {
display: inline-block; display: inline-block;
@ -50,6 +56,7 @@
} }
} }
} }
}
.subject-box { .subject-box {
flex-shrink: 0; flex-shrink: 0;