correctif(visuel): les trix-editor avec un contenu long ont un max-height

This commit is contained in:
Martin 2022-12-22 12:47:17 +01:00
parent 5a7ddd52d2
commit 087ad18936

View file

@ -15,6 +15,10 @@ select,
font-weight: bold;
}
trix-editor.fr-input {
max-height: none;
}
// 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.
// scss-lint:disable DuplicateProperty