0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

🐛 Add ellipsis to layer title text when inspecting shape

This commit is contained in:
Belén Albeza 2024-02-19 16:39:07 +01:00
parent 35d8fd9d97
commit 610f5dc5f7

View file

@ -28,7 +28,8 @@
}
.shape-row {
display: flex;
display: grid;
grid-template-columns: auto 1fr;
gap: $s-8;
align-items: center;
height: $s-32;
@ -46,6 +47,7 @@
.layer-title {
@include titleTipography;
@include text-ellipsis;
height: $s-32;
padding: $s-8 0;
color: var(--assets-item-name-foreground-color-rest);