Fix inline input sizing for card title edit
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -418,11 +418,6 @@ input.input-inline {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
input {
|
|
||||||
min-height: 0px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-assigned-users {
|
.card-assigned-users {
|
||||||
@@ -519,6 +514,17 @@ input.input-inline {
|
|||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
span {
|
||||||
|
padding: 6px 0;
|
||||||
|
padding-top: 7px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.labels {
|
.labels {
|
||||||
|
|||||||
Reference in New Issue
Block a user