Skip to content

Commit

Permalink
Wrapping elements
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsecab committed Apr 9, 2024
1 parent bdae97b commit 7dfabd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@if (this.PageItems != null)
{
<FluentStack Orientation="Orientation.Horizontal">
<FluentStack Orientation="Orientation.Horizontal" Wrap="true">
@foreach (var singleItem in this.PageItems.Value.Items)
{
<div>
Expand Down

0 comments on commit 7dfabd5

Please sign in to comment.