From b77e8329e2d0d6060259be032fed9f69f114227a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Jul 2024 18:05:27 +0000 Subject: [PATCH] [OuiFilterGroup] Allow popovers to size to content (#1280) Also: * Cleaned up changelog Signed-off-by: Miki (cherry picked from commit 66021e00ef28f04882bb6a7230bc490e0f15fcaa) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md --- src/components/filter_group/_filter_group.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/filter_group/_filter_group.scss b/src/components/filter_group/_filter_group.scss index 316e7a9060..7dfdad49ae 100644 --- a/src/components/filter_group/_filter_group.scss +++ b/src/components/filter_group/_filter_group.scss @@ -47,12 +47,6 @@ display: flex; } -// A fixed width is required in IE11 because of the shift in widths that can be caused -// by the loading animation that precedes the results. -.ouiFilterGroup__popoverPanel { - width: $ouiSize * 18; -} - @include ouiBreakpoint('xs', 's') { .ouiFilterGroup { flex-wrap: wrap;