Prevent button wrapping

This commit is contained in:
shamoon 2023-06-25 07:25:07 -07:00
parent 1c93ee1aff
commit e13a2619f5

View File

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