Fix inline input sizing for card title edit

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-08-24 14:00:02 +02:00
parent 1949dae8d4
commit f1ebe01e5e

View File

@@ -418,11 +418,6 @@ input.input-inline {
overflow: hidden;
position: relative;
padding: 5px;
input {
min-height: 0px;
width: auto;
}
}
.card-assigned-users {
@@ -519,6 +514,17 @@ input.input-inline {
margin: 0 5px;
overflow: hidden;
text-overflow: ellipsis;
span {
padding: 6px 0;
padding-top: 7px;
display: block;
}
input {
width: 100%;
margin: 0;
}
}
.labels {