Fix subpixel rendering of NavToolbarSeparator (#103377)
This commit is contained in:
@@ -28,6 +28,8 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
width: 1,
|
||||
backgroundColor: theme.colors.border.medium,
|
||||
height: 24,
|
||||
flexShrink: 0,
|
||||
flexGrow: 0,
|
||||
}),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user