@grafana/ui: Render PageToolbar Go Back icon for smaller window size (#55671)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user