mirror of https://github.com/grafana/grafana.git
DashboardLibrary: Improve dashboard library image visualization (#112643)
This commit is contained in:
parent
1d23c6cf88
commit
dd6f9bcac9
|
|
@ -191,6 +191,7 @@ function getStyles(theme: GrafanaTheme2, dashboardsLength?: number) {
|
|||
borderColor: theme.colors.text.primary,
|
||||
borderWidth: 1,
|
||||
borderStyle: 'solid',
|
||||
objectFit: 'cover',
|
||||
}),
|
||||
showMoreButton: css({
|
||||
marginTop: theme.spacing(2),
|
||||
|
|
|
|||
Loading…
Reference in New Issue