From fa6099aab5fc52e588a80d98d18ff41536a7f181 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sat, 18 Mar 2023 23:17:14 +0200 Subject: [PATCH] fix issue When applying settings the info about what has been saved is mangled #4 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 33a6ef8c..3166ef78 100644 --- a/style.css +++ b/style.css @@ -3056,7 +3056,7 @@ ul.list-none { } #settings_result { - height: 20px !important; + height: auto !important; width: 100%; text-align: center; color:var(--primary-color);