mirror of
https://github.com/penpot/penpot.git
synced 2025-02-23 23:35:58 -05:00
🐛 Fix max-
min-
width
height
not being applied
This commit is contained in:
parent
6b773d6b74
commit
aa180e9f3f
1 changed files with 3 additions and 2 deletions
|
@ -278,8 +278,9 @@
|
||||||
:layout-item-max-w value
|
:layout-item-max-w value
|
||||||
:layout-item-max-h value}
|
:layout-item-max-h value}
|
||||||
(select-keys attributes))]
|
(select-keys attributes))]
|
||||||
(dwsl/update-layout-child shape-ids props {:ignore-touched true
|
(rx/of
|
||||||
:page-id page-id}))))))
|
(dwsl/update-layout-child shape-ids props {:ignore-touched true
|
||||||
|
:page-id page-id})))))))
|
||||||
|
|
||||||
;; Token Types -----------------------------------------------------------------
|
;; Token Types -----------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue