From fc7538550eff3dd3f803b6706be0b62e8d2c654b Mon Sep 17 00:00:00 2001 From: Capelier-Marla Date: Thu, 26 Jan 2023 21:17:41 +0100 Subject: [PATCH] fixed width in user gestion --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index ea43e41..48f69bb 100644 --- a/static/style.css +++ b/static/style.css @@ -616,6 +616,7 @@ main.manageUser > section > ul > li { border-radius: var(--border-radius); box-shadow: var(--shadow); overflow: hidden; + width: 100%; } main.manageUser > section > ul > li > section { display: flex;