UX: make sidebar hamburger menu occupy full width (#17649)

This commit is contained in:
Kris
2022-07-25 14:18:57 -04:00
committed by GitHub
parent 235878033e
commit 4cb428ef83

View File

@@ -575,6 +575,7 @@ div.menu-links-header {
width: var(--d-sidebar-width);
.panel-body-content {
width: 100%;
min-width: 0; // prevent content blowing out width
}