Skip to content

Commit 5825b74

Browse files
committed
fix(Pgination): Fix bottom pagination layout
1 parent 1d80309 commit 5825b74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-core/src/components/Pagination/PaginationOptionsMenu.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export const PaginationOptionsMenu: React.FunctionComponent<PaginationOptionsMen
209209
);
210210

211211
return (
212-
// <div ref={containerRef}>
213212
<Popper
214213
trigger={toggle}
215214
triggerRef={toggleRef}
@@ -220,7 +219,6 @@ export const PaginationOptionsMenu: React.FunctionComponent<PaginationOptionsMen
220219
appendTo={containerRef?.current || undefined}
221220
minWidth={minWidth !== undefined ? minWidth : 'revert'}
222221
/>
223-
// </div>
224222
);
225223
};
226224

0 commit comments

Comments
 (0)