Skip to content

Commit

Permalink
fix: Fix tab height due to tabs-height not updated (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx authored Nov 29, 2022
1 parent 39ffe7e commit 37e75a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style/reset-dsfr.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 37e75a5

Please sign in to comment.