mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-01 13:48:04 +00:00
Minor(ui): Fixed Pagination alignment (#22333)
* fixed pagination disalignment * fixed pagination disalignment
This commit is contained in:
parent
7f4eb3a14f
commit
c3cf12f444
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user