mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
textpanel: fixes #9491
This commit is contained in:
parent
f3ec139eab
commit
14241404ff
@ -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+.
|
||||||
|
Loading…
Reference in New Issue
Block a user