From e58f1bbc2240a162290f344dbcafda3370019f0d Mon Sep 17 00:00:00 2001 From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:23:45 -0800 Subject: [PATCH] Adjust paginated button icon alignment (#15795) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Addresses #15032 Screenshot 2023-12-20 at 4 58 51 PM - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling --- frontend/components/Pagination/_style.scss | 4 ++-- frontend/components/TableContainer/DataTable/_styles.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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; } } }