🐛 Fix button width

This commit is contained in:
Eva Marco 2025-06-19 12:51:53 +02:00
parent b595d5abf8
commit fbdabcd913
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -39,6 +39,7 @@
.multiple-exports {
@include flexRow;
grid-column: 1 / 9;
}
.label {