From 3dc2130926e6cc21a902a61a4f3527f47de86cc2 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 9 May 2019 10:29:00 +0100 Subject: [PATCH] Align baseline of summary text with button text --- app/assets/stylesheets/components/checkboxes.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/components/checkboxes.scss b/app/assets/stylesheets/components/checkboxes.scss index bb35893c5..385671406 100644 --- a/app/assets/stylesheets/components/checkboxes.scss +++ b/app/assets/stylesheets/components/checkboxes.scss @@ -22,6 +22,8 @@ .button { display: inline-block; width: auto; + position: relative; + top: 1px; } }