fix whitepsace wrapping on collapsedText for now

This commit is contained in:
Paul Marbach
2025-12-02 12:48:30 -05:00
parent ecc37b85a9
commit 8ffd614937
@@ -441,6 +441,7 @@ const getStyles = (theme: GrafanaTheme2) => {
display: 'inline-flex',
alignItems: 'center',
gap: theme.spacing(0.5),
whiteSpace: 'nowrap',
}),
collapsedTextLabel: css({
color: theme.colors.text.primary,