From 4715db282ea40fda29a9e65f7b16253cc3e387e5 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 15 Apr 2026 17:49:25 +0200 Subject: [PATCH] =?UTF-8?q?Les=20boutons=20de=20Tableau=20passent=20=C3=A0?= =?UTF-8?q?=20ligne=20si=20=C3=A9cran=20plus=20=C3=A9troit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 2efc4a4..ecba9b1 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -197,9 +197,9 @@ p.version > a { .table-menu { font-size: 16px; margin: 12px 0 12px 0; - height: 50px; display: flex; align-items: center; + flex-wrap: wrap; } .table-menu > * {