mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 22:28:30 +02:00
🐛 Fix button width
This commit is contained in:
parent
b595d5abf8
commit
fbdabcd913
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
.multiple-exports {
|
||||
@include flexRow;
|
||||
grid-column: 1 / 9;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue