Attempt to fix CSS
This commit is contained in:
parent
d7e4be285a
commit
fddd8251dd
@ -128,7 +128,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.composer--textarea {
|
||||
.composer--textarea,
|
||||
.autosuggest-input {
|
||||
position: relative;
|
||||
|
||||
label {
|
||||
|
@ -37,11 +37,14 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.autossugest-input {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
flex: 1 1 auto;
|
||||
width: 20px;
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
color: $inverted-text-color;
|
||||
display: block;
|
||||
@ -64,6 +67,7 @@
|
||||
&.editable {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user