mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-02 06:08:01 +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') {
|
if (type === 'prev') {
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
className="pagination-button hover-button"
|
className="pagination-button hover-button h-full"
|
||||||
data-testid="previous"
|
data-testid="previous"
|
||||||
icon={
|
icon={
|
||||||
<Icon
|
<Icon
|
||||||
@ -46,7 +46,7 @@ const PaginationComponent = (props: PaginationProps) => {
|
|||||||
if (type === 'next') {
|
if (type === 'next') {
|
||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
className="pagination-button hover-button"
|
className="pagination-button hover-button h-full"
|
||||||
data-testid="next"
|
data-testid="next"
|
||||||
type="text">
|
type="text">
|
||||||
<span> {t('label.next')}</span>
|
<span> {t('label.next')}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user