mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 18:48:25 +02:00
🐛 Fix problem with flex wrap in wasm
This commit is contained in:
parent
b997d5a320
commit
11467e26a2
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ fn calculate_track_positions(
|
|||
|
||||
for track in tracks.iter_mut() {
|
||||
track.anchor = next_anchor;
|
||||
next_anchor += layout_axis.across_v * real_gap;
|
||||
next_anchor += layout_axis.across_v * (track.across_size + real_gap);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue