Skip to content

Commit

Permalink
fix(react): fix NodePathWidget style
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Dec 6, 2021
1 parent 88fc6f2 commit 814e5e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/react/src/widgets/NodePathWidget/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

.dn-node-path {
padding: 4px 10px !important;
border-bottom: 1px solid @border-color-split;
border-bottom: 1px solid var(--dn-panel-border-color);

.dn-icon {
font-size: 11px;
}

.@{ant-prefix}-breadcrumb-separator {
margin: 0 4px !important;
}

a {
font-size: 12px;
}
}
}

0 comments on commit 814e5e6

Please sign in to comment.