fix(display): add proper space and delimiter to procedure nb

This commit is contained in:
simon lehericey 2023-08-01 15:34:27 +02:00
parent 275ebb6d40
commit 70ca704c12
2 changed files with 5 additions and 1 deletions

View file

@ -102,6 +102,10 @@
white-space: nowrap;
}
.width-max-content {
width: max-content;
}
// sizing
.width-100 {
width: 100%;

View file

@ -54,7 +54,7 @@
%span.fr-badge= procedure.dossiers.state_not_brouillon.visible_by_administration.count
.text-right
%p.fr-mb-0 N° #{procedure.id}
%p.fr-mb-0.width-max-content N° #{number_with_html_delimiter(procedure.id)}
- if procedure.close?
%span.fr-badge.fr-badge--sm.fr-badge--warning
= t('closed', scope: [:layouts, :breadcrumb])