UX: prevent sidebar count from wrapping (#17557)

This commit is contained in:
Kris 2022-07-18 12:11:40 -04:00 committed by GitHub
parent aad1e76150
commit 719efc46a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,8 @@
} }
.sidebar-section-link-content-badge { .sidebar-section-link-content-badge {
width: 30%; @include ellipsis;
margin-left: 0.5em;
text-align: right; text-align: right;
} }