diff --git a/CHANGES.md b/CHANGES.md index 8edc5ceecb..9809aa9b94 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -54,6 +54,7 @@ on-premises instances** that want to keep up to date. - Fix right sidebar width overflow on long layer names [Taiga #11212](https://tree.taiga.io/project/penpot/issue/11212) - Fix comment icon fill [Taiga #11388](https://tree.taiga.io/project/penpot/issue/11388) - Fix gap on radio-buttons component [Taiga #11360](https://tree.taiga.io/project/penpot/issue/11360) +- Fix button width [Taiga #11394](https://tree.taiga.io/project/penpot/issue/11394) ## 2.7.2 diff --git a/frontend/src/app/main/ui/inspect/exports.scss b/frontend/src/app/main/ui/inspect/exports.scss index f7365067c8..9b4e842405 100644 --- a/frontend/src/app/main/ui/inspect/exports.scss +++ b/frontend/src/app/main/ui/inspect/exports.scss @@ -39,6 +39,7 @@ .multiple-exports { @include flexRow; + grid-column: 1 / 9; } .label {