From 3f2c5da3aec2702e931204cfa9c71e641da66b26 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 25 Nov 2024 12:31:05 +0100 Subject: [PATCH] fix(instructeurs): cells on multilines --- 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 cb4f5960d..22be74cc4 100644 --- a/app/views/instructeurs/procedures/show.html.haml +++ b/app/views/instructeurs/procedures/show.html.haml @@ -138,7 +138,7 @@ - p.columns.each do |column| - %td + %td.fr-cell--multiline - if p.hidden_by_administration_at.present? %span.cell-link = column.is_a?(Hash) ? tags_label(column[:value]) : column