From 6353987b1551fae284d4879e8b6e40dffce0c958 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 12 Sep 2021 02:04:02 +0200 Subject: [PATCH] css --- htdocs/install/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/install/default.css b/htdocs/install/default.css index c9ebc47d317..726f1d2d0c2 100644 --- a/htdocs/install/default.css +++ b/htdocs/install/default.css @@ -464,7 +464,8 @@ table.tablesupport { @media only screen and (max-width: 570px) { .blocksupport { - width: 90%; + width: calc(100% - 4px); + padding: 4px; } .tablesupport {