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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user