fix: misalignment in rows per page select in bookings page (#27512)

* set min height to make sure the alignment does not get weird

* fix: makes sure "100" label does not get truncated in smaller devices
This commit is contained in:
Yash Garg
2026-02-03 15:49:56 +00:00
committed by GitHub
parent 10dd0e2af2
commit d2d6d32bcf
@@ -71,6 +71,7 @@ export const Pagination = ({
<div className="flex items-center justify-between space-x-2">
<div className="flex items-center space-x-2">
<Select
className="min-w-15 sm:min-w-14"
options={pageSizeSelectOptions}
value={pageSizeSelectOptions.find((option) => option.value === internalPageSize)}
onChange={handlePageSizeChange}