Skip to content

Commit 4f7ae6e

Browse files
committed
make important
1 parent d51f316 commit 4f7ae6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/SidebarSectionDropdown/SidebarSectionDropdown.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
align-items: center;
3030
cursor: pointer;
3131
user-select: none;
32-
padding: 1rem 2.4rem;
32+
padding: 1rem 2.4rem !important;
3333
margin: 0;
3434
background: var(--ifm-background-color);
3535
transition: all 0.2s ease-in-out;

src/components/SidebarVersionDropdown/SidebarVersionDropdown.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: relative;
33
font-family: var(--ifm-font-family-base);
44
border-bottom: 1px solid var(--ifm-toc-border-color);
5-
padding: 0.2rem 0;
5+
padding: 0.2rem 0 !important;
66
}
77

88
.versionItem {

0 commit comments

Comments
 (0)