fix(traffic): remove double border

This commit is contained in:
Sergey Andrievskiy 2019-06-21 18:38:44 +03:00
parent 360846c6fb
commit 7678769e2f

View file

@ -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 {