Skip to content

Commit

Permalink
fix: view error linl-list-secondary + sidebar vs menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete authored and astagi committed Sep 23, 2024
1 parent 03e16e6 commit 645d3ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav-sidebar/nav-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function NavSidebar({
</button>
<div className="navbar-collapsable" id={id} ref={navCollRef}>
<div className="overlay" />
<div className="sidebar-wrapper">
<div className="menu-wrapper sidebar-wrapper">
<button
className="it-back-button btn w-100 text-start rounded-0"
type="button"
Expand Down
9 changes: 9 additions & 0 deletions src/components/nav-sidebar/nav-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
}
}
}
&::before {
background: #c5c7c9;
content: "";
display: block;
height: 1px;
margin-left: 24px;
margin-top: 48px;
width: 65px;
}
}
}
}
Expand Down

0 comments on commit 645d3ed

Please sign in to comment.