mirror of
https://github.com/penpot/penpot.git
synced 2025-01-04 13:50:12 -05:00
Merge pull request #5492 from penpot/alotor-christmas-bugfixes
🐛 Fix problem with component swap style
This commit is contained in:
commit
3eab9da74e
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
- Fix problem with some texts desynchronization [Taiga #9379](https://tree.taiga.io/project/penpot/issue/9379)
|
||||
- Fix problem with reoder grid layers [#5446](https://github.com/penpot/penpot/issues/5446)
|
||||
- Fix problem with swap component style [#9542](https://tree.taiga.io/project/penpot/issue/9542)
|
||||
|
||||
## 2.3.3
|
||||
|
||||
|
|
|
@ -402,6 +402,7 @@
|
|||
|
||||
.component-swap {
|
||||
padding-top: $s-12;
|
||||
max-width: $s-248;
|
||||
}
|
||||
|
||||
.component-swap-content {
|
||||
|
|
Loading…
Reference in a new issue