mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐛 Fix component name ellipsis
This commit is contained in:
parent
4ba7bf664b
commit
677da04c43
1 changed files with 1 additions and 2 deletions
|
@ -66,8 +66,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.cell-name {
|
.cell-name {
|
||||||
display: grid;
|
display: block;
|
||||||
grid-template-columns: 1fr auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue