From 4909e7861f81aef7786c5c0e8f1e40deaacfbd34 Mon Sep 17 00:00:00 2001 From: Eva Date: Tue, 29 Mar 2022 16:28:15 +0200 Subject: [PATCH] :bug: FIx the context menu of component widget --- CHANGES.md | 1 + .../styles/main/partials/sidebar-element-options.scss | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 64cada74c..6a8276cdd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,6 +42,7 @@ ### :bug: Bugs fixed +- Fix component contex menu size [Taiga #2480](https://tree.taiga.io/project/penpot/issue/2480) - Add shadow to artboard make it lose the fill [Taiga #3139](https://tree.taiga.io/project/penpot/issue/3139) - Avoid numeric inputs to change its value without focusing them [Taiga #3140](https://tree.taiga.io/project/penpot/issue/3140) - Fix comments modal when changing pages [Taiga #2597](https://tree.taiga.io/project/penpot/issue/2508) diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index e9f702f00..e96149ff9 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -523,6 +523,12 @@ right: 0.5rem; left: unset; top: 0; + + .context-menu-action { + overflow-wrap: break-word; + min-width: 223px; + white-space: break-spaces; + } } } }