grafana/ui: Prevent Select placeholder text from wrapping (#34260)

This commit is contained in:
Alex Khomenko 2021-05-18 15:29:50 +03:00 committed by GitHub
parent d1a9044171
commit 9f9666415b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,6 +251,7 @@ export function SelectBase<T>({
transform: translateY(-50%);
box-sizing: border-box;
line-height: 1;
white-space: nowrap;
`
)}
>