Skip to content

Commit

Permalink
fix: (QA) allow long outputs display by using dynamic accordion compo…
Browse files Browse the repository at this point in the history
…nent height
  • Loading branch information
nicov-iov committed Jun 3, 2024
1 parent 98c1fd7 commit d4ce58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controls/Accordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ export default {
}
.accordion-content.open {
max-height: 400px;
max-height: max-content;
}
</style>

0 comments on commit d4ce58a

Please sign in to comment.