We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
!important
1 parent bdd0447 commit 1a0f3d6Copy full SHA for 1a0f3d6
scss/sidebar/_sidebar-narrow.scss
@@ -43,8 +43,8 @@
43
.nav-group.show .nav-group-items,
44
.sidebar-form {
45
height: 0 !important; // stylelint-disable-line declaration-no-important
46
- padding: 0;
47
- margin: 0;
+ padding: 0 !important; // stylelint-disable-line declaration-no-important
+ margin: 0 !important; // stylelint-disable-line declaration-no-important
48
visibility: hidden;
49
opacity: 0;
50
}
0 commit comments