Skip to content

Commit

Permalink
(fix) O3-3532: Fix broken UI on collapsing and reopening form sections (
Browse files Browse the repository at this point in the history
  • Loading branch information
kajambiya committed Jul 4, 2024
1 parent 9e84686 commit 47dc28f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/page/form-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
background-color: colors.$gray-10;
}

// TODO: try removing this when upgrading @carbon/react. Added at 1.37
:global(.cds--accordion__wrapper) {
max-block-size: unset !important;
}

@media (min-width: 640px) {
:global(.cds--accordion__content) {
padding-right: 2rem !important;
Expand Down

0 comments on commit 47dc28f

Please sign in to comment.