@grafana/ui: Render PageToolbar Go Back icon for smaller window size (#55671)

This commit is contained in:
Andres Martinez Gotor
2022-09-30 17:36:14 +02:00
committed by GitHub
parent 81a39b7e5b
commit 9958f938e0
@@ -168,7 +168,7 @@ const getStyles = (theme: GrafanaTheme2) => {
`,
pageIcon: css`
display: none;
${theme.breakpoints.up('md')} {
${theme.breakpoints.up('sm')} {
display: flex;
padding-right: ${theme.spacing(1)};
align-items: center;