Fix positioning of editing card inputs to not cause chaning text position
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -175,7 +175,7 @@ export default {
|
|||||||
min-height: 44px;
|
min-height: 44px;
|
||||||
form {
|
form {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 5px 7px;
|
padding: 3px 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
@@ -188,10 +188,14 @@ export default {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
padding-left: 4px;
|
||||||
span {
|
span {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
input[type=text] {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@import './../../css/labels';
|
@import './../../css/labels';
|
||||||
|
|||||||
Reference in New Issue
Block a user