🐛 Fix text alignment on libraries (#11243)

This commit is contained in:
Eva Marco 2026-08-14 10:56:48 +02:00 committed by GitHub
parent 350dc14632
commit a3bc4b0e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -353,6 +353,7 @@ $thumbnail-default-height: px2rem(168);
.library-name-block {
color: var(--color-foreground-secondary);
inline-size: calc(100% - var(--sp-xxl) - var(--sp-s));
text-align: left;
}
.library-item-name {