style(recherche): procedure libelle cell can wrap

This commit is contained in:
Colin Darie 2024-11-25 14:42:59 +01:00
parent 4ffb6a7c1b
commit ca4f077b4c
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
= link_to(expert_avis_path(avis.procedure, avis), class: "fr-link") do
= avis.dossier.id
%td= link_to(avis.dossier.user_email_for(:display), expert_avis_path(avis.procedure, avis))
%td= link_to(avis.procedure.libelle, expert_avis_path(avis.procedure, avis))
%td.fr-cell--multiline= link_to(avis.procedure.libelle, expert_avis_path(avis.procedure, avis))
.fr-table__footer
.fr-table__footer--start
.fr-table__footer--middle

View file

@ -41,7 +41,7 @@
= p.dossier_id
- if @notifications_dossier_ids.include?(p.dossier_id)
%span.notifications{ 'aria-label': 'notifications' }
%td= procedure_libelle
%td.fr-cell--multiline= procedure_libelle
%td= user_email
%td.flex.column= status_badge(p.state)