There is no option for that, but you can add this to your css
body a.wwob-accordion:after, body a.wwob-accordion.active:after {
display: none;
}
body .wwob-accordion-container div.panel {
max-height: 100%;
}
body .wwob-accordion-container .panel p, body .wwob-accordion-container .panel textarea, body .wwob-accordion-container .panel div {
display: block;
}
If you need to customize it further please consider hiring a developer to do that for you.
Thanks