Explorar o código

Editor textarea resizes automatically, so manual resizing is now diabled

Taddeus Kroes %!s(int64=13) %!d(string=hai) anos
pai
achega
0e4e01af79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {