From c509c32091fa2452c91d3ad1045ff30ecf1faf25 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 4 Jan 2022 15:55:34 +0000 Subject: [PATCH] Remove height/width to fix safari issue (#43668) --- public/app/features/search/components/SearchCard.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/features/search/components/SearchCard.tsx b/public/app/features/search/components/SearchCard.tsx index a186558fab8..2442a71e755 100644 --- a/public/app/features/search/components/SearchCard.tsx +++ b/public/app/features/search/components/SearchCard.tsx @@ -158,8 +158,6 @@ const getStyles = (theme: GrafanaTheme2, markerWidth = 0, popperWidth = 0) => { border-radius: 4px; display: flex; flex-direction: column; - height: 100%; - width: 100%; &:hover { background-color: ${theme.colors.emphasize(theme.colors.background.secondary, 0.03)};