Merge pull request #9167 from penpot/superalex-fix-text-ellipsis

🐛 Fix text ellipsis merging error
This commit is contained in:
Alejandro Alonso 2026-04-27 09:09:14 +02:00 committed by GitHub
commit 7504c3b53e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@
}
.group-title-name {
@include textEllipsis;
@include text-ellipsis;
flex-grow: 1;
}
@ -172,7 +172,7 @@
}
.theme-name-row {
@include textEllipsis;
@include text-ellipsis;
flex-grow: 1;
}