mirror of https://github.com/grafana/grafana.git
Fix subpixel rendering of NavToolbarSeparator (#103377)
This commit is contained in:
parent
7603a92296
commit
5c3769bc2d
|
|
@ -28,6 +28,8 @@ const getStyles = (theme: GrafanaTheme2) => {
|
|||
width: 1,
|
||||
backgroundColor: theme.colors.border.medium,
|
||||
height: 24,
|
||||
flexShrink: 0,
|
||||
flexGrow: 0,
|
||||
}),
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue