Skip to content

Commit

Permalink
fix(style): wrap text in groupes management table to keep design clean
Browse files Browse the repository at this point in the history
  • Loading branch information
E-L-T committed Mar 4, 2025
1 parent e9c6914 commit 24f38c7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
%tbody
- @groupe_instructeurs.each do |gi|
%tr
%td.fr-col-9{ scope: 'col' }
%td.fr-cell--multiline{ scope: 'col' }
= link_to admin_procedure_groupe_instructeur_path(@procedure, gi), class: 'fr-link' do
%span= gi.label
- if gi.closed
Expand All @@ -44,11 +44,11 @@
%p.fr-badge.fr-badge--warning.fr-badge--sm.fr-ml-1w règle déjà attribuée à #{gi.groups_with_same_rule}
%p= gi.routing_rule&.to_s(@procedure.active_revision.types_de_champ)

%td.fr-col-1{ scope: 'col' }
%td{ scope: 'col' }
%span.fr-mr-1w
#{gi.dossiers.visible_by_administration.size}
%span.fr-icon.fr-icon-folder-2-line.fr-mr-2w{ style: 'width: 25px; text-align: center;' }
%td.fr-col-2.fr-cell--right{ scope: 'col' }
%td.fr-cell--right{ scope: 'col' }
%span.fr-mr-1w
#{gi.instructeurs.count}
%span.fr-icon.fr-icon-user-line{ style: 'width: 25px; text-align: center;' }
Expand Down

0 comments on commit 24f38c7

Please sign in to comment.