Prevent button wrapping

This commit is contained in:
shamoon 2023-06-25 07:25:07 -07:00
parent 0880420ef6
commit 76a102d901

View File

@ -137,6 +137,7 @@ main {
.sidebar .nav-link {
font-weight: 500;
white-space: nowrap;
&:hover, &.active, &:focus {
color: var(--bs-primary);