From 7678769e2f9b2509eae3a22e11dea122bdd0c7fd Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 21 Jun 2019 18:38:44 +0300 Subject: [PATCH] fix(traffic): remove double border --- src/app/pages/dashboard/electricity/electricity.component.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/pages/dashboard/electricity/electricity.component.scss b/src/app/pages/dashboard/electricity/electricity.component.scss index 77d2b2da..6c976689 100644 --- a/src/app/pages/dashboard/electricity/electricity.component.scss +++ b/src/app/pages/dashboard/electricity/electricity.component.scss @@ -30,6 +30,9 @@ align-items: center; padding-top: nb-theme(card-header-with-select-padding-top); padding-bottom: nb-theme(card-header-with-select-padding-bottom); + + // prevents double border from chart yAxisSplitLine + margin-bottom: -1px; } .type-select {