Skip to content

Commit 1356d74

Browse files
authored
Merge pull request #840 from IABTechLab/ibg-CORPWEB-3430-nav-spacing
ibg-CORPWEB-3430-nav-spacing
2 parents b3c5034 + 362eabb commit 1356d74

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/theme/DocSidebarItem/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import "./styles.css";
12
import React from "react";
23
import DocSidebarItemCategory from "@theme/DocSidebarItem/Category";
34
import DocSidebarItemLink from "@theme/DocSidebarItem/Link";
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.menu__link {
2+
display: flex;
3+
padding: 6px 0 !important;
4+
}
5+
6+
.menu__label {
7+
padding: 0;
8+
}
9+
10+
.menu__caret:before {
11+
height: 1.2rem;
12+
width: 1.2rem;
13+
}
14+
15+
.menu__list-item:not(:first-child) {
16+
margin: 0;
17+
}

0 commit comments

Comments
 (0)