Commit 14241404 by Daniel Lee

textpanel: fixes #9491

parent f3ec139e
...@@ -121,6 +121,7 @@ $gf-form-margin: 0.25rem; ...@@ -121,6 +121,7 @@ $gf-form-margin: 0.25rem;
// text areas should be scrollable // text areas should be scrollable
@at-root textarea#{&} { @at-root textarea#{&} {
overflow: auto; overflow: auto;
white-space: pre-wrap;
} }
// Unstyle the caret on `<select>`s in IE10+. // Unstyle the caret on `<select>`s in IE10+.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment