diff --git a/packages/react/src/components/pagination/pagination.test.tsx.snap b/packages/react/src/components/pagination/pagination.test.tsx.snap index 436bb03f5e..e95856794c 100644 --- a/packages/react/src/components/pagination/pagination.test.tsx.snap +++ b/packages/react/src/components/pagination/pagination.test.tsx.snap @@ -68,7 +68,7 @@ exports[`Pagination Matches the desktop snapshot 1`] = ` aria-labelledby="uuid1" class="c1" > - @@ -89,7 +89,7 @@ exports[`Pagination Matches the desktop snapshot 1`] = ` 0–0 of 0 results - +
    @@ -165,7 +165,7 @@ exports[`Pagination Matches the desktop snapshot with multiples digits page numb aria-labelledby="uuid1" class="c1" > - @@ -186,7 +186,7 @@ exports[`Pagination Matches the desktop snapshot with multiples digits page numb 0–0 of 0 results - +
      @@ -262,7 +262,7 @@ exports[`Pagination Matches the mobile snapshot 1`] = ` aria-labelledby="uuid1" class="c1" > - @@ -283,7 +283,7 @@ exports[`Pagination Matches the mobile snapshot 1`] = ` 0–0 of 0 results - +
        @@ -359,7 +359,7 @@ exports[`Pagination Matches the mobile snapshot with multiples digits page numbe aria-labelledby="uuid1" class="c1" > - @@ -380,7 +380,7 @@ exports[`Pagination Matches the mobile snapshot with multiples digits page numbe 0–0 of 0 results - +
          diff --git a/packages/react/src/components/pagination/pagination.tsx b/packages/react/src/components/pagination/pagination.tsx index af0670fa4d..bf89927ab8 100644 --- a/packages/react/src/components/pagination/pagination.tsx +++ b/packages/react/src/components/pagination/pagination.tsx @@ -204,7 +204,7 @@ export const Pagination: VoidFunctionComponent = ({ return ( - +
          @@ -215,7 +215,7 @@ export const Pagination: VoidFunctionComponent = ({ })} - +
          {forwardBackwardNavActive && (