From 9e0cf951d2bf73e3befef135775b6f0b0a666af4 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Fri, 18 Jan 2019 22:16:21 -0500 Subject: [PATCH] Tweaking styles in FormActions --- src/components/FormActions/style.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FormActions/style.module.css b/src/components/FormActions/style.module.css index ec41eaa..af34323 100644 --- a/src/components/FormActions/style.module.css +++ b/src/components/FormActions/style.module.css @@ -14,6 +14,6 @@ width: 1em; height: 1em; margin-right: 0.5rem; - vertical-align: middle; + vertical-align: text-bottom; } }