mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Navigation: Command palette topnav tweaks (#61991)
stylings tweaks to command palette
This commit is contained in:
@@ -79,7 +79,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
justifyContent: 'space-between',
|
||||
|
||||
[theme.breakpoints.up('sm')]: {
|
||||
gridTemplateColumns: '2fr minmax(200px, 1fr) 2fr', // search should not be smaller than 200px
|
||||
gridTemplateColumns: '1.5fr minmax(200px, 1fr) 1.5fr', // search should not be smaller than 200px
|
||||
display: 'grid',
|
||||
|
||||
justifyContent: 'flex-start',
|
||||
|
||||
Reference in New Issue
Block a user