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

pull/33763/head^2
Alex Khomenko 4 years ago committed by GitHub
parent d1a9044171
commit 9f9666415b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/Select/SelectBase.tsx

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

Loading…
Cancel
Save