fix(traffic): remove double border

This commit is contained in:
Sergey Andrievskiy 2019-06-21 20:59:59 +03:00
parent 0247b8ca48
commit 0d23981c21

View file

@ -17,6 +17,10 @@
align-items: center;
height: 4.5rem;
&:first-child {
border-top: none;
}
> * {
flex: 2;
}