From 3f3b8e5681548801bc73eca7dd6bc6ef15cbb3b9 Mon Sep 17 00:00:00 2001 From: Jarrod Flesch Date: Thu, 27 Feb 2020 00:48:48 -0500 Subject: [PATCH] adjusts pagination arrows line height --- src/client/components/modules/Paginator/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/components/modules/Paginator/index.scss b/src/client/components/modules/Paginator/index.scss index 149a1ca925..d02aa6806f 100644 --- a/src/client/components/modules/Paginator/index.scss +++ b/src/client/components/modules/Paginator/index.scss @@ -22,6 +22,7 @@ outline: 0; padding: base(.25) base(.45); color: $black; + line-height: 1; } &__page,