mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-29 21:58:49 +01:00
fix(traffic): remove double border
This commit is contained in:
parent
0aaf235a7d
commit
9946dbb6b6
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@
|
|||
nb-list-item {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
||||
&:first-child {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
.month {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue