From aeb4e9ec989e78356ae593760aecf3fbff7b5fe2 Mon Sep 17 00:00:00 2001 From: Jeff Daley Date: Tue, 5 Mar 2024 13:42:21 -0500 Subject: [PATCH] Fix CSS on `/my` route (Firefox) (#629) Update my.scss --- web/app/styles/routes/my.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/styles/routes/my.scss b/web/app/styles/routes/my.scss index e87b8cd73..9352238c0 100644 --- a/web/app/styles/routes/my.scss +++ b/web/app/styles/routes/my.scss @@ -1,7 +1,7 @@ .my { .hds-table { td { - @apply h-12 py-0 pr-10; + @apply py-0 pr-10; > .inner { @apply overflow-hidden;