From 6008dc12d38b32849bc87e6c17154da6265968d6 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 21 Mar 2022 21:57:00 +0100 Subject: [PATCH] :bug: Fix clickable area in layers --- CHANGES.md | 1 + frontend/resources/styles/main/partials/sidebar-layers.scss | 1 + 2 files changed, 2 insertions(+) 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 {