fix(contacts): remove double divider

This commit is contained in:
Sergey Andrievskiy 2019-06-18 20:38:33 +03:00
parent e17b016197
commit bfa25273a1

View file

@ -21,5 +21,9 @@
display: flex;
align-items: center;
justify-content: space-between;
&:first-child {
border-top: none;
}
}
}