Open
Description
Currently, we always use Bootstrap accordions even when we have only one item. In these cases, the standard details
element is more appropriate. It would also remove the need for javascript in this case and greatly simplify the HTML.
What’d we need to do is update our base.css
for the details
element to still look nice and like an BS accordion.