Skip to content

Commit

Permalink
Adjust custom margin-top.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 26, 2021
1 parent c513c65 commit 78f54e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const WaterfallChartLegendContainer = euiStyled.div`
`; // NOTE: EuiShadowColor is a little too dark to work with the background-color

export const WaterfallTooltipResponsiveMaxWidth = euiStyled.div`
margin-top: 15px;
margin-top: 16px;
max-width: 90vw;
`;

Expand Down

0 comments on commit 78f54e9

Please sign in to comment.