UX: Don't shrink avatar/number box (#17985)

Fixes an issue where longer sidebar item text would squeeze the prefix element
This commit is contained in:
Jarek Radosz 2022-08-18 14:36:30 +02:00 committed by GitHub
parent 1e58bed4d2
commit 6c46f4af71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,8 @@
}
.sidebar-section-link-prefix {
flex-shrink: 0;
&.image {
img {
border-radius: 50%;