grafana/ui: Prevent Select placeholder text from wrapping (#34260)
This commit is contained in:
@@ -251,6 +251,7 @@ export function SelectBase<T>({
|
||||
transform: translateY(-50%);
|
||||
box-sizing: border-box;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
`
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user