From 8b86a07a3f9c2501222667519c44274271daddee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Fri, 26 Aug 2022 07:43:59 +0200 Subject: [PATCH] Avoid side changes on web ui update MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/guest.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/guest.css b/core/css/guest.css index 4a88674df4f..74b7a5571dd 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -625,7 +625,7 @@ p.info { /* Update */ .update { - width: inherit; + width: calc(100% - 32px); text-align: center; } .update .appList { -- 2.39.5