Skip to content

Commit cc8bbc1

Browse files
committed
Sidebar dropdown cleanup
1 parent e6043e7 commit cc8bbc1

File tree

4 files changed

+7
-29
lines changed

4 files changed

+7
-29
lines changed

core/static/css/_sidebar.scss

+1-12
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,8 @@
4141
border-top: 1px solid $background-lightgray;
4242
}
4343

44-
4544
.sidebar-nav .dropdown-menu {
46-
width: $sidebar-width;
47-
}
48-
49-
.sidebar-nav .dropdown-menu li {
50-
text-indent: 0px;
51-
border-bottom: 1px solid $background-lightgray;
52-
}
53-
54-
.sidebar-nav .dropdown-menu li > a {
55-
white-space: normal;
56-
padding-left: 10px;
45+
min-width: $sidebar-width;
5746
}
5847

5948
.sidebar-nav li {

core/static/css/application.css

+1-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)