From 661c8c130c0f918aa4e09d8c571b2cd3d2f08e0b Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 13 Aug 2020 11:58:35 +0100 Subject: [PATCH] Replace horizontal padding on pill items If the text isn't centrally aligned, it is needed. --- app/assets/stylesheets/components/pill.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/pill.scss b/app/assets/stylesheets/components/pill.scss index acbefd50d..72004fa1a 100644 --- a/app/assets/stylesheets/components/pill.scss +++ b/app/assets/stylesheets/components/pill.scss @@ -31,7 +31,7 @@ float: left; box-sizing: border-box; width: 100%; - padding: 10px 0px; + padding: 10px; } a {