mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ToolbarButton: Auto width on smaller screen sizes (#96023)
* fix bug * optimise * delete annotation * optimise
This commit is contained in:
parent
5a91ab46af
commit
5b0b9c9ecc
@ -159,6 +159,10 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
}),
|
||||
},
|
||||
|
||||
[theme.breakpoints.down('md')]: {
|
||||
width: 'auto !important',
|
||||
},
|
||||
|
||||
'&:focus, &:focus-visible': {
|
||||
...getFocusStyles(theme),
|
||||
zIndex: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user