mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 01:08:28 +02:00
🐛 Fix problem with reverse config in flex
This commit is contained in:
parent
97fb1e00c2
commit
ba4554da79
3 changed files with 16 additions and 8 deletions
|
@ -145,11 +145,13 @@ Shadow styles are serialized as `u8`:
|
|||
|
||||
## Layout - Direction
|
||||
|
||||
| Value | Field |
|
||||
| ----- | -------|
|
||||
| 0 | Row |
|
||||
| 1 | Column |
|
||||
| \_ | error |
|
||||
| Value | Field |
|
||||
| ----- | --------------|
|
||||
| 0 | Row |
|
||||
| 1 | RowReverse |
|
||||
| 2 | Column |
|
||||
| 3 | ColumnReverse |
|
||||
| \_ | error |
|
||||
|
||||
## Layout - Align Items
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue