🐛 Fix text ellipsis merging error

This commit is contained in:
Alejandro Alonso 2026-04-27 08:49:22 +02:00
parent 700f3e9c10
commit c4e508a606

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;
}