From 60bcd9ddbd7c228efe8a04732ac06f3eb9f2ca8b Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 20 Feb 2024 11:56:26 -0800 Subject: [PATCH] added padding to td --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 1236eaf5b..1d55791df 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -403,10 +403,10 @@ td.table-empty-message { width: 5%; } th { - padding: 0.5rem 0.5rem; + padding: 0.5rem 1rem } td { - padding: 0.8rem; + padding: 0.5rem 1rem } }