Skip to content

Commit 058736e

Browse files
author
mariannk
committed
Merge branch 'issue-1467-allow-to-have-more-than-two-levels-in-admin-menu' into develop
2 parents 53815cd + 07fa4ea commit 058736e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Presentation/Nop.Web/Administration/Content/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ td.k-state-focused.k-state-selected {
407407
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
408408
white-space: normal;
409409
}
410+
.sidebar-menu .treeview-menu>li>a {
411+
padding: 5px 15px;
412+
}
410413
.sidebar-form {
411414
border: none !important;
412415
overflow: visible;

src/Presentation/Nop.Web/Administration/Content/styles.rtl.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,9 @@ td.k-state-focused.k-state-selected {
418418
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
419419
white-space: normal;
420420
}
421+
.sidebar-menu .treeview-menu>li>a {
422+
padding: 5px 15px;
423+
}
421424
.sidebar-form {
422425
border: none !important;
423426
overflow: visible;

0 commit comments

Comments
 (0)