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