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:
parent
27010ae0fb
commit
8f0e11d020
1 changed files with 2 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue