Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 13628cf

Browse files
authored
Fix spacing issue when using navigation.sections without navigation.tabs (#13)
1 parent 3ce4899 commit 13628cf

File tree

1 file changed

+2
-0
lines changed
  • tech_docs_template/assets/stylesheets

1 file changed

+2
-0
lines changed

tech_docs_template/assets/stylesheets/extra.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@
9999
border-left-color: #1d70b8;
100100
}
101101

102+
.md-nav__item--section > .md-nav > .md-nav__list > .md-nav__item--active,
102103
.md-nav--secondary .md-nav__link--active {
103104
/* font-weight: 700; */
105+
margin-left: 0;
104106
padding-left: 3px;
105107
border-left: 3px solid;
106108
border-left-color: #1d70b8;

0 commit comments

Comments
 (0)