mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[UI] Search bar does not auto-expand for long queries (#217556)
## Summary Updates search bar styles to wrap long text inputs while preserving formatting. Closes: #211071
This commit is contained in:
parent
adbc6d9a38
commit
df60cc9392
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
&.kbnQueryBar__textarea--autoHeight {
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
max-height: calc(35vh - 100px);
|
||||
min-height: $euiFormControlHeight;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue