Sfoglia il codice sorgente

Fix textarea text wrapping in Firefox

Denis K 9 anni fa
parent
commit
581c601c6e

+ 1 - 1
jet/static/jet/css/_forms.scss

@@ -93,7 +93,7 @@ textarea {
   height: auto;
   line-height: normal;
   padding: 12px;
-  white-space: normal;
+  white-space: pre-wrap;
 }
 
 .button, input[type="submit"], input[type="button"] {

+ 1 - 1
jet/static/jet/css/themes/default/base.css

@@ -2301,7 +2301,7 @@ textarea {
   height: auto;
   line-height: normal;
   padding: 12px;
-  white-space: normal; }
+  white-space: pre-wrap; }
 
 input[type=checkbox] {
   display: none; }

File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/default/base.css.map


+ 1 - 1
jet/static/jet/css/themes/green/base.css

@@ -2332,7 +2332,7 @@ textarea {
   height: auto;
   line-height: normal;
   padding: 12px;
-  white-space: normal; }
+  white-space: pre-wrap; }
 
 input[type=checkbox] {
   display: none; }

File diff suppressed because it is too large
+ 0 - 0
jet/static/jet/css/themes/green/base.css.map


Some files were not shown because too many files changed in this diff