From 9448c922d15b886b6558225e55962eba5d6465a3 Mon Sep 17 00:00:00 2001 From: Martavis Parker <47053705+martavis@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:09:32 -0800 Subject: [PATCH] fixed whitespace for settings input labels for tooltips (#4417) --- frontend/pages/admin/AppSettingsPage/_styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/pages/admin/AppSettingsPage/_styles.scss b/frontend/pages/admin/AppSettingsPage/_styles.scss index 3b73811e7c..53138dd94c 100644 --- a/frontend/pages/admin/AppSettingsPage/_styles.scss +++ b/frontend/pages/admin/AppSettingsPage/_styles.scss @@ -58,4 +58,9 @@ } } } + + // so tooltips won't be triggered with whitespace + .form-field__label { + display: inline-block; + } }