mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 20:06:13 +02:00
🐛 Fix problem with align self
This commit is contained in:
parent
5b26e686f3
commit
03f0724dfd
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@
|
|||
[:div {:class (stl/css :row)}
|
||||
[:& align-self-row {:is-col? is-col?
|
||||
:align-self align-self
|
||||
:on-changer set-align-self}]])
|
||||
:on-change set-align-self}]])
|
||||
|
||||
(when is-layout-child?
|
||||
[:div {:class (stl/css :row)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue