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

🐛 Asset color long names should show ellipsis

This commit is contained in:
Aitor 2024-01-17 11:56:43 +01:00
parent 6009f6846a
commit d09cab49aa
2 changed files with 3 additions and 1 deletions

View file

@ -75,6 +75,7 @@
:color-text (< size 72)
:small-text (and (>= size 64) (< size 72))
:big-text (>= size 72))
:title name
:on-click on-click
:on-double-click on-double-click}
(if (some? image)

View file

@ -85,8 +85,9 @@
.big-text {
@include inspectValue;
@include twoLineTextEllipsis;
color: var(--palette-text-color);
height: $s-16;
height: $s-28;
text-align: center;
}