From 07a0314c2c8f3af0b94efd7fe836dd618af3eab0 Mon Sep 17 00:00:00 2001 From: simatec <39792461+simatec@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:29:50 +0200 Subject: [PATCH] (simatec) Responsive Design added --- admin/jsonConfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index c6afe3a1..1045081a 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -1,6 +1,9 @@ { "i18n": true, "type": "tabs", + "tabsStyle": { + "width": "calc(100% - 100px)" + }, "items": { "_options": { "type": "panel",