Skip to content

Commit

Permalink
Reclaim top space left open by GroupNameContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Mar 3, 2022
1 parent 859b32f commit 411e89e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ interface InnerProps {
}

const Inner = euiStyled.div<InnerProps>`
margin-top: -20px;
border: 1px solid ${(props) => props.theme.eui.euiBorderColor};
background-color: ${(props) =>
props.isChild ? props.theme.eui.euiColorLightestShade : props.theme.eui.euiColorEmptyShade};
Expand Down

0 comments on commit 411e89e

Please sign in to comment.