fix(ui): correct crowding in title of drawer component that causes drawer toggle icon to become obstructed

This commit is contained in:
Alex
2022-11-19 09:41:21 -05:00
parent 4dca69f14b
commit 6a805bdc45
@@ -61,6 +61,12 @@
left: calc((100% + 236px - 978px) / 2);
right: 0%;
}
@media screen and (max-width: 500px) {
max-width: none;
left: 3%;
right: 3%;
}
}
.drawer-toggle-icon {