diff --git a/frontend/src/App.scss b/frontend/src/App.scss index c73082998..f1096a4e6 100644 --- a/frontend/src/App.scss +++ b/frontend/src/App.scss @@ -297,7 +297,7 @@ button.fr-select { &.select-multi-options__visible { display: inherit; - max-height: 250px; + max-height: 500px; overflow: auto; } diff --git a/frontend/src/dsfr-fix.scss b/frontend/src/dsfr-fix.scss index 70b730351..b72c239a5 100644 --- a/frontend/src/dsfr-fix.scss +++ b/frontend/src/dsfr-fix.scss @@ -92,3 +92,21 @@ span.fr-icon-checkbox-circle-line.ds-fr-tag-icon { font-size: 0.75rem !important; } } + +.fr-accordion { + + .select-multi-input .select-multi-options { + padding: 1rem 0 0 1rem; + } + + .select-multi-options, .select-single-options { + + .fr-fieldset__content .fr-checkbox-group label { + padding: 0 0; + } + + .fr-fieldset__content .fr-checkbox-group input[type="checkbox"] + label::before { + top: 0rem; + } + } +}