瀏覽代碼

Fix height of textarea

sbkwgh 8 年之前
父節點
當前提交
15b891cc91
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 			}
 		}