From 85555559c3b9baf9b39a4c064f6c0f68ba18dc4b Mon Sep 17 00:00:00 2001 From: TianTan Date: Mon, 30 Dec 2024 16:12:10 +0800 Subject: [PATCH] chore(plugin): remove unnecessary padding (#356) --- src/styles/inputs.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/inputs.scss b/src/styles/inputs.scss index 5394c36..e0fee68 100644 --- a/src/styles/inputs.scss +++ b/src/styles/inputs.scss @@ -117,7 +117,6 @@ select.form-control, /* Selection Group (radio select field group) ========================================================================== */ .option-field { - padding-left: 1.5rem; width: 100%; .form-group:last-child { margin-bottom: 0;