0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-04 19:11:20 -05:00

🐛 Fix ellipsis in library color names

This commit is contained in:
Eva Marco 2024-02-29 16:46:10 +01:00
parent 9645ffba40
commit a873feab3d

View file

@ -72,16 +72,15 @@
grid-template-columns: auto 1fr;
margin: 0;
overflow: hidden;
.default-name-only,
.name {
color: var(--assets-item-name-foreground-color);
margin-right: $s-6;
@include textEllipsis;
}
.default-name {
min-width: 0;
color: var(--assets-item-name-foreground-color-rest);
}
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(var(--width) - $s-88);
color: var(--assets-item-name-foreground-color-rest);
}
.name {
color: var(--assets-item-name-foreground-color);
margin-right: $s-6;
}
.element-name {