From 695a399941e784a1d0fea00b2817dae256a799ef Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Thu, 31 Jul 2025 09:29:28 +0200 Subject: [PATCH] :bug: Fix export button width on inspect tab --- CHANGES.md | 1 + frontend/src/app/main/ui/inspect/exports.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ec42849938..75b36e49aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -54,6 +54,7 @@ - Fix font selector highlight inconsistency when using keyboard navigation [Taiga #11668](https://tree.taiga.io/project/penpot/issue/11668) - Fix X & Y position do not sincronize with tokens [Taiga #11617](https://tree.taiga.io/project/penpot/issue/11617) - Fix tooltip position after first time [Taiga #11688](https://tree.taiga.io/project/penpot/issue/11688) +- Fix export button width on inspect tab [Taiga #11394](https://tree.taiga.io/project/penpot/issue/11394) ## 2.8.1 (Unreleased) diff --git a/frontend/src/app/main/ui/inspect/exports.scss b/frontend/src/app/main/ui/inspect/exports.scss index a5137d5c07..1b3b7aa4f6 100644 --- a/frontend/src/app/main/ui/inspect/exports.scss +++ b/frontend/src/app/main/ui/inspect/exports.scss @@ -101,5 +101,5 @@ @extend .button-secondary; @include uppercaseTitleTipography; height: $s-32; - width: $s-252; + width: 100%; }