From 142403fe786f336241024f0f84a1ad07a002fb95 Mon Sep 17 00:00:00 2001 From: Kelsey Jackson Date: Wed, 18 Dec 2024 15:20:07 -0600 Subject: [PATCH] changed disply on label --- src/styles/shadow/form-control.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/shadow/form-control.css b/src/styles/shadow/form-control.css index c87919d0c..d4c649d40 100644 --- a/src/styles/shadow/form-control.css +++ b/src/styles/shadow/form-control.css @@ -4,7 +4,7 @@ /* Label */ .form-control--has-label .label { - display: inline-block; + display: block; color: var(--wa-form-control-label-color); font-weight: var(--wa-form-control-label-font-weight); line-height: var(--wa-form-control-label-line-height);