From e97bd18dac5a50edac92148ad70bf14cb3697247 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 3 Aug 2020 13:23:11 -0400 Subject: [PATCH] ui: fix underline on links on Firefox --- src/components/Link/styles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Link/styles.tsx b/src/components/Link/styles.tsx index 57d9dd9..23ecbf5 100644 --- a/src/components/Link/styles.tsx +++ b/src/components/Link/styles.tsx @@ -14,6 +14,7 @@ const linkStyle = css` position: absolute; left: 0; right: 0; + bottom: 0; content: ""; display: block; width: 100%;