Skip to content

Commit

Permalink
Position grid items vertically and horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeVandervelde committed Jan 5, 2025
1 parent 00b2fbb commit f828262
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class UiLayoutFactory(
span = item.span,
body = item.toUiElement(),
horizontalPositioning = item.position,
verticalPositioning = item.position,
)
}
FixedGridLayout(
Expand Down

0 comments on commit f828262

Please sign in to comment.