mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
fix(traffic): remove double border
This commit is contained in:
parent
360846c6fb
commit
7678769e2f
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
|||
align-items: center;
|
||||
padding-top: nb-theme(card-header-with-select-padding-top);
|
||||
padding-bottom: nb-theme(card-header-with-select-padding-bottom);
|
||||
|
||||
// prevents double border from chart yAxisSplitLine
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
.type-select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue