Procházet zdrojové kódy

Fix height of textarea

sbkwgh před 8 roky
rodič
revize
15b891cc91
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 			}
 		}