diff --git a/CHANGES.md b/CHANGES.md index cab75cb40b..36c6349e11 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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!) diff --git a/frontend/resources/styles/main/partials/sidebar-layers.scss b/frontend/resources/styles/main/partials/sidebar-layers.scss index 3f8e90146b..2b67b255d3 100644 --- a/frontend/resources/styles/main/partials/sidebar-layers.scss +++ b/frontend/resources/styles/main/partials/sidebar-layers.scss @@ -215,6 +215,7 @@ span.element-name { overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; + flex: 1; } .element-actions {