Skip to content

Commit

Permalink
fix(module: list): grid not working (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoli799480165 committed Sep 10, 2020
1 parent 8ed002a commit 4f80873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/AntListItem.razor
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
else
{
<AntDesign.Col Flex="1" Style="@ColStyle">
<AntDesign.Col Flex="1" Style="@ColStyle" Xs="Grid.Xs" Sm="Grid.Sm" Md="Grid.Md" Lg="Grid.Lg" Xl="Grid.Xl" Xxl="Grid.Xxl">
<div class="@ClassMapper.Class" style="@Style" Id="@Id" @onclick="HandleClick" @onclick:stopPropagation>
@itemChildren(this)
</div>
Expand Down

0 comments on commit 4f80873

Please sign in to comment.