fix(grid): layout swapped row and column spacing
This commit is contained in:
parent
cd9778a704
commit
e12d625338
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ pub fn resolve<Message>(
|
|||
display: Display::Grid,
|
||||
|
||||
gap: taffy::geometry::Size {
|
||||
width: length(row_spacing),
|
||||
height: length(column_spacing),
|
||||
width: length(column_spacing),
|
||||
height: length(row_spacing),
|
||||
},
|
||||
|
||||
justify_items: Some(match height {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue