Dashboards: Fix links not wrapping (#115393)
* Fix links not wrapping * also fix margin for links to dashboards
This commit is contained in:
@@ -63,7 +63,6 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
verticalAlign: 'middle',
|
||||
marginBottom: theme.spacing(1),
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,6 +39,8 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
display: 'inline-flex',
|
||||
gap: theme.spacing(1),
|
||||
marginRight: theme.spacing(1),
|
||||
marginBottom: theme.spacing(1),
|
||||
flexWrap: 'wrap',
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
@@ -181,7 +181,6 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
verticalAlign: 'middle',
|
||||
marginBottom: theme.spacing(1),
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user