0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🐛 Fix component name ellipsis

This commit is contained in:
alonso.torres 2024-04-09 12:05:02 +02:00
parent 27010ae0fb
commit 8f0e11d020

View file

@ -20,12 +20,8 @@
color: var(--input-foreground-color-active);
}
.editable-label {
display: flex;
&.is-hidden {
display: none;
}
.editable-label.is-hidden {
display: none;
}
.editable-label-close {