fix(traffic): remove double border

This commit is contained in:
Sergey Andrievskiy 2019-06-21 18:51:21 +03:00
parent a415e3919e
commit b347745686

View file

@ -13,6 +13,7 @@
justify-content: space-between; justify-content: space-between;
padding-top: nb-theme(card-header-with-select-padding-top); padding-top: nb-theme(card-header-with-select-padding-top);
padding-bottom: nb-theme(card-header-with-select-padding-bottom); padding-bottom: nb-theme(card-header-with-select-padding-bottom);
margin-bottom: -1px;
} }
ngx-traffic-chart { ngx-traffic-chart {