Explorar o código

Fix height of textarea

sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
15b891cc91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/routes/ThreadNew.vue

+ 1 - 1
src/components/routes/ThreadNew.vue

@@ -183,7 +183,7 @@
 			.input_editor_core__format_bar {
 				left: 0rem;
 			}
-			textarea {
+			.input_editor_core textarea {
 				height: 14rem;
 			}
 		}