From e8b13e4a6e01903ddc3aec0e63ff3f2998744e09 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Thu, 14 Dec 2023 09:21:47 +0100 Subject: [PATCH] fix footer position for procedure stats page --- app/views/shared/procedures/_stats.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/shared/procedures/_stats.html.haml b/app/views/shared/procedures/_stats.html.haml index 1366bf263..b39856c9e 100644 --- a/app/views/shared/procedures/_stats.html.haml +++ b/app/views/shared/procedures/_stats.html.haml @@ -42,3 +42,4 @@ .chart-container .chart = line_chart @termines_by_week, colors: ["#387EC3", "#AE2C2B", "#FAD859"], ytitle: t('.dossiers_count') +.clearfix