소스 검색

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;
 			}
 		}