Prechádzať zdrojové kódy

Fix textarea text wrapping in Firefox

Denis K 9 rokov pred
rodič
commit
581c601c6e

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

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

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

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

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 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;
   height: auto;
   line-height: normal;
   line-height: normal;
   padding: 12px;
   padding: 12px;
-  white-space: normal; }
+  white-space: pre-wrap; }
 
 
 input[type=checkbox] {
 input[type=checkbox] {
   display: none; }
   display: none; }

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
jet/static/jet/css/themes/green/base.css.map


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov