mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grafana/ui: Prevent Select placeholder text from wrapping (#34260)
This commit is contained in:
parent
d1a9044171
commit
9f9666415b
@ -251,6 +251,7 @@ export function SelectBase<T>({
|
||||
transform: translateY(-50%);
|
||||
box-sizing: border-box;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
`
|
||||
)}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user