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

(cherry picked from commit 9958f938e0)

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
This commit is contained in:
Grot (@grafanabot) 2022-09-30 17:47:55 +02:00 committed by GitHub
parent fa99d31acf
commit 211e9896bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;