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:
commit
02755f7372
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue