Quellcode durchsuchen

Editor textarea resizes automatically, so manual resizing is now diabled

Taddeus Kroes vor 13 Jahren
Ursprung
Commit
0e4e01af79
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 {