Skip to content

Bug: Multiple buttons in nested accordion do not display vertically stacked #7

@nrsa222

Description

@nrsa222

In the FA Viewer "Contents of the Collection" accordion has multiple layers of nested accordions. In the accordions with descriptions of physical box and folder details the <ul class="list-unstyled"> contains an <li> with a <button type="button" class="btn btn-warning fa-request fa-requestable-contents">. If there is more than <li> the buttons do not display vertically stacked.

Example:
https://exploreuk.uky.edu/fa/findingaid/?id=xt7r4x54jn8d#fa-heading-ref17
Image

Suggested Fix:

Image
  • Change the <ul class="list-unstyled"> to <ul class="list-group>"
  • Add classes to nested <li> - <li class="list-group-item d-flex justify-content-between align-items-center clearfix">

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions