Skip to content

Commit

Permalink
fixes alignment issue (elastic#115948)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Oct 26, 2021
1 parent 57c2555 commit f5463ce
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ interface OverflowListComponentProps {
}

const ExceptionOverflowWrapper = styled(EuiBadgeGroup)`
width: 100%;
.euiBadgeGroup__item {
display: block;
width: 100%;
}
`;

const ExceptionOverflowPopoverWrapper = styled(EuiBadgeGroup)`
Expand Down Expand Up @@ -87,7 +90,6 @@ const ExceptionOverflowDisplayComponent = ({

<EuiPopover
ownFocus
display="block"
data-test-subj="rules-display-popover"
button={
<ExceptionOverflowPopoverButton
Expand Down

0 comments on commit f5463ce

Please sign in to comment.