From dd6f9bcac9c7fb3fd5eeab106c1690e492e46a5c Mon Sep 17 00:00:00 2001 From: Juan Cabanas Date: Mon, 20 Oct 2025 11:05:20 -0300 Subject: [PATCH] DashboardLibrary: Improve dashboard library image visualization (#112643) --- .../dashgrid/DashboardLibrary/DashboardLibrarySection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard/dashgrid/DashboardLibrary/DashboardLibrarySection.tsx b/public/app/features/dashboard/dashgrid/DashboardLibrary/DashboardLibrarySection.tsx index f0df493ff1e..5ba9f54b34b 100644 --- a/public/app/features/dashboard/dashgrid/DashboardLibrary/DashboardLibrarySection.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardLibrary/DashboardLibrarySection.tsx @@ -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),