From e0f031d8d1d0ce84a6923f5426195829d2f8208c Mon Sep 17 00:00:00 2001 From: Desoindx Date: Tue, 29 Nov 2022 14:45:17 +0100 Subject: [PATCH] fix: Fix tab height due to tabs-height not updated --- src/style/reset-dsfr.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/reset-dsfr.css b/src/style/reset-dsfr.css index 13924949..2e2d8f9c 100644 --- a/src/style/reset-dsfr.css +++ b/src/style/reset-dsfr.css @@ -6,6 +6,10 @@ https://gouvfr.atlassian.net/servicedesk/customer/portal/1/DSFR-322 display: none; } +.fr-tabs { + --tabs-height: 100% !important; +} + span.error { color: var(--error-main-525); }