Skip to content

Commit

Permalink
Add TODO, see: #170
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed May 22, 2023
1 parent 09d27c4 commit 9e6eb0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/common/view/CAVAccordionBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default class CAVAccordionBox extends AccordionBox {
buttonXMargin: CONTENT_MARGIN,
buttonYMargin: CONTENT_MARGIN,
contentXMargin: 0,
contentYMargin: 0,
// TODO: Why was this set to 0? https://github.com/phetsims/center-and-variability/issues/170
contentYMargin: 5,
contentYSpacing: 0,
contentAlign: 'left',
allowContentToOverlapTitle: true,
Expand Down

0 comments on commit 9e6eb0c

Please sign in to comment.