- Use :before to make sure container maintains its height - Don't space out words in the textarea
@@ -235,6 +235,10 @@
font-style: italic;
line-height: var(--line-height-small);
padding: 0 1em 0.3em;
+
+ &:before {
+ content: " ";
+ }
}
video {
@@ -300,7 +304,6 @@
min-height: var(--chat-textarea-height);
margin-bottom: -4px; // Not clear why this is necessar :(
resize: none;
- text-align: justify;
&:active, &:focus{
outline-color: var(--chat-head-color);