From 34e6654fc2dc44614a054f3c532878dc7a32517f Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Wed, 11 Oct 2023 01:01:03 +1100 Subject: [PATCH] fix (admin): backend css issue --- public/pages/adminpage/ctrl_backend.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/pages/adminpage/ctrl_backend.css b/public/pages/adminpage/ctrl_backend.css index dab016371..e90efe63b 100644 --- a/public/pages/adminpage/ctrl_backend.css +++ b/public/pages/adminpage/ctrl_backend.css @@ -119,6 +119,11 @@ .component_dashboard form fieldset .icons .component_icon { height: 20px; } +.component_dashboard form fieldset label > img { + height: 200px; + display: flex; + margin: 5px auto 0 auto; +} .component_dashboard .component_storagebackend form { width: calc(100% - 15px); }