Skip to content

Commit

Permalink
fix styling for the SIEM Resolver integration (#70464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Austin authored Jul 1, 2020
1 parent 2c40db8 commit bc66737
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import * as i18n from './translations';
const OverlayContainer = styled.div<{ bodyHeight?: number }>`
height: ${({ bodyHeight }) => (bodyHeight ? `${bodyHeight}px` : 'auto')};
width: 100%;
display: flex;
flex-direction: column;
`;

const StyledResolver = styled(Resolver)`
Expand Down

0 comments on commit bc66737

Please sign in to comment.