Attempt to fix CSS

This commit is contained in:
Thibaut Girka 2019-04-11 18:14:28 +02:00 committed by ThibG
parent d7e4be285a
commit fddd8251dd
2 changed files with 8 additions and 3 deletions

View File

@ -128,7 +128,8 @@
}
}
.composer--textarea {
.composer--textarea,
.autosuggest-input {
position: relative;
label {

View File

@ -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;
}
}