Skip to content

Commit

Permalink
fix: add full width in accordion (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien-Ahkrin authored Sep 24, 2021
1 parent 23c080f commit c85c7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layout/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Accordion.Item = function AccordionItem(props: AccordionItemProps) {
<div
style={{
height: '100%',
width: '100%',
overflow: 'auto',
display: 'flex',
flexDirection: 'column',
Expand Down

0 comments on commit c85c7fe

Please sign in to comment.