From fe97c4cb325a86acf9cf137ae7ffdb4147dd43fc Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Mon, 18 Nov 2024 00:23:37 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20probl=C3=A8me=20mise=20en=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agenda_culturel/static/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index f3e0278..c105ca7 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -201,6 +201,9 @@ details[role="list"] summary + ul li.selected>a:hover { overflow: hidden; } +.suggested-tags .small-cat { + overflow: visible; +} .circ-cat.circ-large { height: 2.6em;