Skip to content

Commit 3169110

Browse files
committed
fix(sidebar): rtl IE issue with sidebar-minimized captions
1 parent 9de9f99 commit 3169110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scss/_sidebar.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,9 @@
470470

471471
.sidebar-minimized {
472472
.sidebar {
473+
.nav {
474+
list-style-type: disc;
475+
}
473476
.nav-link {
474477
padding-right: 0;
475478
.nav-icon {

0 commit comments

Comments
 (0)