diff --git a/studio/src/components/checks/operations.tsx b/studio/src/components/checks/operations.tsx
index a7de97a897..f292587af7 100644
--- a/studio/src/components/checks/operations.tsx
+++ b/studio/src/components/checks/operations.tsx
@@ -387,11 +387,11 @@ export const CheckOperations = () => {
-
+
{filteredOperations.map(
({
diff --git a/studio/src/components/ui/pagination.tsx b/studio/src/components/ui/pagination.tsx
index cc4fcc5b4b..4f3097f648 100644
--- a/studio/src/components/ui/pagination.tsx
+++ b/studio/src/components/ui/pagination.tsx
@@ -42,7 +42,7 @@ export const Pagination = ({
const pageSizeOptions = options ?? [10, 20, 30, 40, 50];
return (
-
+
-
+
Page {noOfPages === 0 ? "0" : pageNumber} of {noOfPages}