Skip to content

Commit

Permalink
fix(VExpansionPanels): constrain content wrap to 100% width
Browse files Browse the repository at this point in the history
fixes #8352
  • Loading branch information
johnleider committed Aug 7, 2019
1 parent fcbf856 commit 79d4512
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
&__wrap
padding: $expansion-panel-content-padding
flex: 1 1 auto
max-width: 100%

// Modifier
.v-expansion-panels--accordion
Expand Down

0 comments on commit 79d4512

Please sign in to comment.