diff --git a/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx b/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx index 38e6b93e340..8b65ddc728e 100644 --- a/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx +++ b/packages/grafana-ui/src/components/PageLayout/PageToolbar.tsx @@ -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;