mirror of
https://github.com/penpot/penpot.git
synced 2026-07-23 06:28:14 +00:00
🐛 Fix problem with flex wrap in wasm
This commit is contained in:
parent
b997d5a320
commit
11467e26a2
@ -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…
x
Reference in New Issue
Block a user