Merge pull request #8325 from mfo/US/fix-fr-input-with-trix-editor

correctif(visuel): les textarea surchargé par notre trix-editor avec un contenu long ont un max-height. le desactive
This commit is contained in:
Paul Chavard 2022-12-22 13:30:33 +01:00 committed by GitHub
commit 02755f7372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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