Minor(ui): Fixed Pagination alignment (#22333)

* fixed pagination disalignment

* fixed pagination disalignment
This commit is contained in:
Dhruv Parmar 2025-07-15 18:18:13 +05:30 committed by GitHub
parent 7f4eb3a14f
commit c3cf12f444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ const PaginationComponent = (props: PaginationProps) => {
if (type === 'prev') {
return (
<Button
className="pagination-button hover-button"
className="pagination-button hover-button h-full"
data-testid="previous"
icon={
<Icon
@ -46,7 +46,7 @@ const PaginationComponent = (props: PaginationProps) => {
if (type === 'next') {
return (
<Button
className="pagination-button hover-button"
className="pagination-button hover-button h-full"
data-testid="next"
type="text">
<span> {t('label.next')}</span>