diff --git a/x-pack/plugins/uptime/public/components/monitor/synthetics/waterfall/components/styles.ts b/x-pack/plugins/uptime/public/components/monitor/synthetics/waterfall/components/styles.ts index f18650e25d079..a970b32927111 100644 --- a/x-pack/plugins/uptime/public/components/monitor/synthetics/waterfall/components/styles.ts +++ b/x-pack/plugins/uptime/public/components/monitor/synthetics/waterfall/components/styles.ts @@ -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; `;