We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5c168 commit e80c9cdCopy full SHA for e80c9cd
blazorbootstrap/Components/Grid/Grid.razor
@@ -224,7 +224,7 @@
224
225
@if (AllowPaging && totalCount.HasValue && totalCount.Value > 0 && (!AutoHidePaging || (AutoHidePaging && totalCount.Value > pageSize)))
226
{
227
- <div class="d-flex justify-content-between align-middle mt-2">
+ <div class="d-flex justify-content-between align-middle flex-wrap mt-2">
228
<Pagination ActivePageNumber="@gridCurrentState.PageIndex"
229
TotalPages="@totalPages"
230
PageChanged="OnPageChangedAsync"
0 commit comments