Skip to content

Commit e80c9cd

Browse files
authored
#1019 - Pagination - Flex wrap (#1123)
1 parent cf5c168 commit e80c9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazorbootstrap/Components/Grid/Grid.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224

225225
@if (AllowPaging && totalCount.HasValue && totalCount.Value > 0 && (!AutoHidePaging || (AutoHidePaging && totalCount.Value > pageSize)))
226226
{
227-
<div class="d-flex justify-content-between align-middle mt-2">
227+
<div class="d-flex justify-content-between align-middle flex-wrap mt-2">
228228
<Pagination ActivePageNumber="@gridCurrentState.PageIndex"
229229
TotalPages="@totalPages"
230230
PageChanged="OnPageChangedAsync"

0 commit comments

Comments
 (0)