From 97ef85d2f837966bc995f66a3eb0d134bfa717df Mon Sep 17 00:00:00 2001 From: Black-Thunder <972581+Black-Thunder@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:33:52 +0200 Subject: [PATCH] adapted settings dialog for responsive design (Compatibility check and testing for Responsive Design (jsonConfig) #803) --- admin/jsonConfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 9ae47ab..5652ef9 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -14,9 +14,11 @@ "label": "Email address", "newLine": true, "tooltip": "Enter your MELCloud email address", + "xs": 12, "sm": 12, "md": 6, - "lg": 2 + "lg": 4, + "xl": 4 }, "melCloudPassword": { "type": "password",