Skip to content

Commit

Permalink
Merge pull request #141 from okTurtles/sebin/task/#139-cropped-faq-an…
Browse files Browse the repository at this point in the history
…swer

#139 - Cropped-off answer in FAQ
  • Loading branch information
taoeffect authored Aug 6, 2024
2 parents 9fe6be2 + ae30870 commit b0f3462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Accordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dd {
}
&.active {
max-height: 40rem;
max-height: 100rem;
}
.description {
Expand Down
2 changes: 1 addition & 1 deletion src/components/FAQ.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ dd {
}
&.active {
max-height: 40rem;
max-height: 100rem;
}
}
Expand Down

0 comments on commit b0f3462

Please sign in to comment.