1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-08-26 01:16:32 +02:00

🐛 Fix component name ellipsis

This commit is contained in:
alonso.torres 2024-04-03 16:22:47 +02:00
commit 677da04c43

View file

@ -66,8 +66,7 @@
&:hover { &:hover {
.cell-name { .cell-name {
display: grid; display: block;
grid-template-columns: 1fr auto;
} }
} }