UI(groupe instructeur): do not wrap text

This commit is contained in:
Eric Leroy-Terquem 2023-06-05 12:25:56 +02:00
parent 9cb82ba6f8
commit b8ba414724
2 changed files with 14 additions and 2 deletions

View file

@ -90,6 +90,18 @@
display: none !important; display: none !important;
} }
.visible-on-previous-hover {
visibility: hidden;
}
:hover + .visible-on-previous-hover {
visibility: visible;
}
.no-wrap {
white-space: nowrap;
}
// sizing // sizing
.width-100 { .width-100 {
width: 100%; width: 100%;

View file

@ -32,10 +32,10 @@
%p.fr-mb-1w.fr-badge.fr-badge--warning.fr-badge--sm à configurer %p.fr-mb-1w.fr-badge.fr-badge--warning.fr-badge--sm à configurer
.flex.align-baseline .flex.align-baseline
.fr-mr-2w si le champ .fr-mr-2w.no-wrap si le champ
.target.fr-mr-2w .target.fr-mr-2w
= targeted_champ_tag = targeted_champ_tag
.operator.fr-mr-2w est égal à .operator.fr-mr-2w.no-wrap est égal à
.value .value
= value_tag = value_tag