From ae296e70ed472028ce6c6344ef118991857926ad Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Wed, 14 Dec 2022 15:41:26 +0100 Subject: [PATCH] style(instructeurs): table dossiers in full width in a fluid container --- app/views/instructeurs/procedures/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/instructeurs/procedures/show.html.haml b/app/views/instructeurs/procedures/show.html.haml index 6ce3eecb4..cc80305a4 100644 --- a/app/views/instructeurs/procedures/show.html.haml +++ b/app/views/instructeurs/procedures/show.html.haml @@ -25,7 +25,7 @@ has_en_cours_notifications: @has_en_cours_notifications, has_termine_notifications: @has_termine_notifications } - .container + .fr-container--fluid.fr-mx-4w - if @statut == 'a-suivre' %p.explication-onglet = t('views.instructeurs.dossiers.tab_explainations.a_suivre')