Kaynağa Gözat

Fix height of textarea

sbkwgh 8 yıl önce
ebeveyn
işleme
15b891cc91
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
 			}
 		}