[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:
Ola 2025-04-09 12:10:31 +02:00 committed by GitHub
parent adbc6d9a38
commit df60cc9392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}