Skip to content

Commit

Permalink
fix items calculation in more btn of tab nav(SAP#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Jan 29, 2020
1 parent a040840 commit 6d4ff5b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 14 deletions.
41 changes: 30 additions & 11 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 19 additions & 3 deletions core/src/navigation/TabNav.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,24 @@
}
}

.fd-side-nav__link.has-child {
padding-right: 40px;
background-position: right 15px center;
.fd-side-nav {
&__item {
:global(&.hide_element) {
display: none;
}
}

&__link {
&.has-child {
padding-right: 40px;
background-position: right 15px center;
}
}
}

.luigi-tabsMoreButton {
:global(&.hide_element) {
display: none;
}
}
</style>

0 comments on commit 6d4ff5b

Please sign in to comment.