From 772392efae9eb35e9336f6cdd18e62024fd34ad3 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Sun, 18 Apr 2021 17:27:16 +0530 Subject: [PATCH] FIX: checkbox description alignment (#99) --- assets/stylesheets/wizard/custom/field.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/wizard/custom/field.scss b/assets/stylesheets/wizard/custom/field.scss index 303c71d6..e5a7f5e2 100644 --- a/assets/stylesheets/wizard/custom/field.scss +++ b/assets/stylesheets/wizard/custom/field.scss @@ -46,7 +46,7 @@ display: flex; align-items: center; - & > .input-area { + .input-area { order: 0; margin: 15px 20px !important;