Skip to content

Commit 992302f

Browse files
authored
Remove !important from tocitem padding
1 parent 174cf8c commit 992302f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/documentation.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@import "multidoc.css";
33

44
#documenter .docs-sidebar ul.docs-menu .tocitem {
5-
padding: 0.3rem 0.5rem!important;
5+
padding: 0.3rem 0.5rem;
66
}
77

88
/*! do not display global search bar from MultiDocumenter in the nav menu */

0 commit comments

Comments
 (0)