Skip to content

Commit

Permalink
fix(ui): Adding overflow handling (also goes to oss) (#12022)
Browse files Browse the repository at this point in the history
Co-authored-by: John Joyce <[email protected]>
  • Loading branch information
jjoyce0510 and John Joyce authored Dec 4, 2024
1 parent 9334b2e commit cbae728
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const StyledCollapse = styled(Collapse)<{ color: string }>`
.ant-collapse-header {
display: flex;
align-items: center;
overflow: auto;
}
.ant-collapse-item {
Expand Down

0 comments on commit cbae728

Please sign in to comment.