Sfoglia il codice sorgente

Fix height of textarea

sbkwgh 8 anni fa
parent
commit
15b891cc91
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 			}
 		}