mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TextArea: Fixed default height (#23743)
This commit is contained in:
@@ -196,6 +196,7 @@ $input-border: 1px solid $input-border-color;
|
||||
white-space: pre-wrap;
|
||||
padding: 6px $space-sm;
|
||||
min-height: $input-height;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
// Unstyle the caret on `<select>`s in IE10+.
|
||||
|
||||
Reference in New Issue
Block a user