浏览代码

textpanel: fixes #9491

Daniel Lee 8 年之前
父节点
当前提交
14241404ff
共有 1 个文件被更改,包括 1 次插入0 次删除
  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+.