fix(traffic): remove double border

This commit is contained in:
Sergey Andrievskiy 2019-06-21 18:26:24 +03:00
parent 0aaf235a7d
commit 9946dbb6b6

View file

@ -58,6 +58,10 @@
nb-list-item {
display: flex;
align-items: baseline;
&:first-child {
border-top: none;
}
}
.month {