DashboardLibrary: Improve dashboard library image visualization (#112643)

This commit is contained in:
Juan Cabanas 2025-10-20 11:05:20 -03:00 committed by GitHub
parent 1d23c6cf88
commit dd6f9bcac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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),