From 730c2e95a0ea24d4ad3a141411fd69e251999211 Mon Sep 17 00:00:00 2001 From: nickofthyme Date: Thu, 25 Jun 2020 09:37:50 -0500 Subject: [PATCH] fix: add comment to style changes --- .../public/application/components/vis_types/_vis_types.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/vis_type_timeseries/public/application/components/vis_types/_vis_types.scss b/src/plugins/vis_type_timeseries/public/application/components/vis_types/_vis_types.scss index 1597b5ed4faf4..c445d456a1703 100644 --- a/src/plugins/vis_type_timeseries/public/application/components/vis_types/_vis_types.scss +++ b/src/plugins/vis_type_timeseries/public/application/components/vis_types/_vis_types.scss @@ -2,6 +2,8 @@ display: flex; flex-direction: column; flex: 1 1 100%; + + // border used in lieu of padding to prevent overlapping background-color border-width: $euiSizeS; border-style: solid; border-color: transparent;