0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 06:41:40 -05:00

🐛 Fix clickable area in layers

This commit is contained in:
alonso.torres 2022-03-21 21:57:00 +01:00
parent 118b4367e7
commit 6008dc12d3
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,7 @@
- Fix problem when adding shadows to imported text [#Taiga 3057](https://tree.taiga.io/project/penpot/issue/3057)
- Fix problem when importing SVG's with uses with overriding properties [#Taiga 2884](https://tree.taiga.io/project/penpot/issue/2884)
- Fix inconsistency with radius in SVG an CSS [#1587](https://github.com/penpot/penpot/issues/1587)
- Fix clickable area in layers [#1680](https://github.com/penpot/penpot/issues/1680)
### :arrow_up: Deps updates
### :heart: Community contributions by (Thank you!)

View file

@ -215,6 +215,7 @@ span.element-name {
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
}
.element-actions {