Explorar o código

textpanel: fixes #9491

Daniel Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
14241404ff
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      public/sass/components/_gf-form.scss

+ 1 - 0
public/sass/components/_gf-form.scss

@@ -121,6 +121,7 @@ $gf-form-margin: 0.25rem;
   // text areas should be scrollable
   @at-root textarea#{&} {
     overflow: auto;
+    white-space: pre-wrap;
   }
 
   // Unstyle the caret on `<select>`s in IE10+.