🐛 Fix correct alignment of property names (#7717)

This commit is contained in:
Luis de Dios 2025-11-09 17:52:11 +01:00 committed by GitHub
parent 43a136a9e9
commit fa25307c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -672,6 +672,7 @@
.variant-property-name {
@include t.use-typography("body-small");
margin-inline-start: var(--sp-s);
color: var(--color-foreground-secondary);
display: block;
overflow: hidden;