diff --git a/CHANGES.md b/CHANGES.md index 55cff84bb..8b2a77093 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,6 +32,7 @@ - Fix problem with some texts desynchronization [Taiga #9379](https://tree.taiga.io/project/penpot/issue/9379) - Fix problem with reoder grid layers [#5446](https://github.com/penpot/penpot/issues/5446) +- Fix problem with swap component style [#9542](https://tree.taiga.io/project/penpot/issue/9542) ## 2.3.3 diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.scss b/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.scss index aa443fa33..030d64cac 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/component.scss @@ -402,6 +402,7 @@ .component-swap { padding-top: $s-12; + max-width: $s-248; } .component-swap-content {