diff --git a/frontend/components/Pagination/_style.scss b/frontend/components/Pagination/_style.scss index 1a0762a39f..f538562058 100644 --- a/frontend/components/Pagination/_style.scss +++ b/frontend/components/Pagination/_style.scss @@ -19,7 +19,7 @@ font-size: 0.6rem; font-weight: $bold; position: relative; - top: -2px; + top: -1px; } } @@ -30,7 +30,7 @@ font-size: 0.6rem; font-weight: $bold; position: relative; - top: -2px; + top: -1px; } } } diff --git a/frontend/components/TableContainer/DataTable/_styles.scss b/frontend/components/TableContainer/DataTable/_styles.scss index 870b6dfa7e..26d2dcf56c 100644 --- a/frontend/components/TableContainer/DataTable/_styles.scss +++ b/frontend/components/TableContainer/DataTable/_styles.scss @@ -319,7 +319,7 @@ $shadow-transition-width: 10px; font-size: 0.6rem; font-weight: $bold; position: relative; - top: -2px; + top: -1px; } } @@ -330,7 +330,7 @@ $shadow-transition-width: 10px; font-size: 0.6rem; font-weight: $bold; position: relative; - top: -2px; + top: -1px; } } }