mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Breadcrumbs: Tweak padding so they remain equally spaced (#93284)
tweak breadcrumb padding so it's equally spaced
This commit is contained in:
parent
e6f359f90b
commit
0a976f831c
@ -71,9 +71,10 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
color: theme.colors.text.primary,
|
||||
display: 'flex',
|
||||
flex: 1,
|
||||
gap: theme.spacing(0.5),
|
||||
minWidth: 0,
|
||||
maxWidth: 'max-content',
|
||||
padding: theme.spacing(0.5, 0.5),
|
||||
padding: theme.spacing(0.5, 0, 0.5, 0.5),
|
||||
|
||||
// logic for small screens
|
||||
// hide any breadcrumbs that aren't the second to last child (the parent)
|
||||
|
Loading…
Reference in New Issue
Block a user