Skip to content

Commit 89be1b2

Browse files
committed
fix: section header
1 parent 47c359e commit 89be1b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/theme-default/src/components/Sidebar/SidebarSectionHeader.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
.rp-sidebar-section-header {
22
display: flex;
33
align-items: center;
4-
padding: 8px 0 8px 16px;
4+
padding: 4px 12px;
55

66
> span {
77
display: flex;
88
align-items: center;
9-
margin-left: 8px;
109
font-size: 14px;
11-
line-height: 20px;
1210
color: var(--rp-c-text-1);
1311
font-weight: bold;
1412
}

0 commit comments

Comments
 (0)