From 11dce4510b3170a6b45c3d4c4f4c8286d28fa165 Mon Sep 17 00:00:00 2001 From: Cedric Abonnel Date: Wed, 13 May 2026 01:14:16 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20sidebar=20sticky=20=E2=80=94=20align-sel?= =?UTF-8?q?f:stretch=20pour=20que=20la=20TOC=20suive=20le=20d=C3=A9filemen?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index a317c75..5088c3c 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -609,6 +609,7 @@ textarea.form-control { flex: 0 0 260px; width: 260px; max-width: 260px; + align-self: stretch; } }