🐛 Fix export button width on inspect tab

This commit is contained in:
Eva Marco 2025-07-31 09:29:28 +02:00
parent a32463fada
commit 695a399941
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -101,5 +101,5 @@
@extend .button-secondary;
@include uppercaseTitleTipography;
height: $s-32;
width: $s-252;
width: 100%;
}