Skip to content

Commit

Permalink
[OuiFilterGroup] Allow popovers to size to content (#1280) (#1299)
Browse files Browse the repository at this point in the history
Also:
* Cleaned up changelog

Signed-off-by: Miki <miki@amazon.com>
(cherry picked from commit 66021e0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 22e4650 commit eeadc7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/filter_group/_filter_group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eeadc7f

Please sign in to comment.