Fix subpixel rendering of NavToolbarSeparator (#103377)

This commit is contained in:
Ed Poole 2025-04-03 16:44:08 +01:00 committed by GitHub
parent 7603a92296
commit 5c3769bc2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ const getStyles = (theme: GrafanaTheme2) => {
width: 1,
backgroundColor: theme.colors.border.medium,
height: 24,
flexShrink: 0,
flexGrow: 0,
}),
};
};