UI(groupe instructeur): do not wrap text
This commit is contained in:
parent
9cb82ba6f8
commit
b8ba414724
2 changed files with 14 additions and 2 deletions
|
@ -90,6 +90,18 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.visible-on-previous-hover {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
:hover + .visible-on-previous-hover {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// sizing
|
||||
.width-100 {
|
||||
width: 100%;
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
%p.fr-mb-1w.fr-badge.fr-badge--warning.fr-badge--sm à configurer
|
||||
|
||||
.flex.align-baseline
|
||||
.fr-mr-2w si le champ
|
||||
.fr-mr-2w.no-wrap si le champ
|
||||
.target.fr-mr-2w
|
||||
= targeted_champ_tag
|
||||
.operator.fr-mr-2w est égal à
|
||||
.operator.fr-mr-2w.no-wrap est égal à
|
||||
.value
|
||||
= value_tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue