🐛 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,13 +20,9 @@
color: var(--input-foreground-color-active); color: var(--input-foreground-color-active);
} }
.editable-label { .editable-label.is-hidden {
display: flex;
&.is-hidden {
display: none; display: none;
} }
}
.editable-label-close { .editable-label-close {
cursor: pointer; cursor: pointer;