diff --git a/v2/lib/theme/Sidebar/styles.css b/v2/lib/theme/Sidebar/styles.css index ef53985dff..0468b40029 100644 --- a/v2/lib/theme/Sidebar/styles.css +++ b/v2/lib/theme/Sidebar/styles.css @@ -23,7 +23,7 @@ .sidebarList { margin: 0; list-style-type: none; - padding-left: 8px; + padding-left: 0; } .sidebarItem { @@ -50,3 +50,7 @@ background-color: rgb(0, 163, 136, 0.1); color: #00a388; } + +.sidebarSubGroup { + padding-left: 8px; +}