From 43100a1348bf99325ccf0d572a6a11c8f76861c9 Mon Sep 17 00:00:00 2001 From: Cedric Date: Mon, 22 Jun 2026 09:02:01 +0200 Subject: [PATCH] Actualiser css/admin.css --- css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index bf0dcef..a5cc829 100644 --- a/css/admin.css +++ b/css/admin.css @@ -177,7 +177,7 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background) /* Correction affichage zone import */ #import-box, .import-box { - + display: block; /* <-- Ligne clé pour réparer la bordure */ width: 100%; box-sizing: border-box; border: 2px dashed var(--border);