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)};