Skip to content

Commit

Permalink
fix(docs): return missed section anchors (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email authored and nnixaa committed Apr 19, 2018
1 parent 96ec81b commit 3895c81
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

@include nb-install-component {

/deep/ nb-tabset > ul {
padding: 0 0 1.5rem;
border-bottom: 0;
/deep/ nb-tabset {
& > nb-tab {
overflow: inherit;
}

& > ul {
padding: 0 0 1.5rem;
border-bottom: 0;
}
}
}

0 comments on commit 3895c81

Please sign in to comment.