소스 검색

Editor textarea resizes automatically, so manual resizing is now diabled

Taddeus Kroes 13 년 전
부모
커밋
0e4e01af79
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/frontend/css/editor.css

+ 1 - 1
src/frontend/css/editor.css

@@ -12,11 +12,11 @@ body {
 }
 
 .math-input {
-    width: 436px !important;
     min-height: 314px;
     padding: 7px 11px;
     line-height: 26px;
     overflow: hidden;
+    resize: none;
 }
 
 .pretty-print {