correctif(visuel): les trix-editor avec un contenu long ont un max-height
This commit is contained in:
parent
5a7ddd52d2
commit
087ad18936
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ select,
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
trix-editor.fr-input {
|
||||||
|
max-height: none;
|
||||||
|
}
|
||||||
|
|
||||||
// Fix firefox < 80, Safari < 15.4, Chrome < 83 not supporting "appearance: auto" on inputs
|
// Fix firefox < 80, Safari < 15.4, Chrome < 83 not supporting "appearance: auto" on inputs
|
||||||
// This rule was set by DSFR for DSFR design, but broke our legacy forms.
|
// This rule was set by DSFR for DSFR design, but broke our legacy forms.
|
||||||
// scss-lint:disable DuplicateProperty
|
// scss-lint:disable DuplicateProperty
|
||||||
|
|
Loading…
Reference in a new issue