From 087ad189364824c0e4a1b663cdf0a473c3e1ff24 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 22 Dec 2022 12:47:17 +0100 Subject: [PATCH] correctif(visuel): les trix-editor avec un contenu long ont un max-height --- app/assets/stylesheets/dsfr.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/dsfr.scss b/app/assets/stylesheets/dsfr.scss index bf071bff5..42e777d35 100644 --- a/app/assets/stylesheets/dsfr.scss +++ b/app/assets/stylesheets/dsfr.scss @@ -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