fixes alignment issue (#115948)

This commit is contained in:
Gloria Hornero 2021-10-26 14:26:49 +02:00 committed by GitHub
parent 57c2555f27
commit f5463ceaeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,10 @@ interface OverflowListComponentProps {
}
const ExceptionOverflowWrapper = styled(EuiBadgeGroup)`
width: 100%;
.euiBadgeGroup__item {
display: block;
width: 100%;
}
`;
const ExceptionOverflowPopoverWrapper = styled(EuiBadgeGroup)`
@ -87,7 +90,6 @@ const ExceptionOverflowDisplayComponent = ({
<EuiPopover
ownFocus
display="block"
data-test-subj="rules-display-popover"
button={
<ExceptionOverflowPopoverButton