Browse Source

Fix height of textarea

sbkwgh 8 năm trước cách đây
mục cha
commit
15b891cc91
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 			}
 		}