Attempt to fix CSS

master
Thibaut Girka 5 years ago committed by ThibG
parent d7e4be285a
commit fddd8251dd
  1. 3
      app/javascript/flavours/glitch/styles/components/composer.scss
  2. 8
      app/javascript/flavours/glitch/styles/polls.scss

@ -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…
Cancel
Save