az-digital / az_quickstart

UArizona's web content management system built with Drupal 10.
https://quickstart.arizona.edu
GNU General Public License v2.0
30 stars 20 forks source link

Accordion chevron sometimes overlaps with accordion item title #1616

Open liquid06 opened 2 years ago

liquid06 commented 2 years ago

Problem/Motivation

We noticed a minor issue with content in accordions - at some screen widths, the chevron to expand/collapse the accordion element can overlap the title of the accordion.

To Reproduce

  1. Add an accordion item with a longer title
  2. Test at multiple screen widths

Proposed resolution

Add enough padding so that the accordion item title wraps before the chevron overlaps with it.

carat-overlap

danahertzberg commented 2 weeks ago

@mmunro-ltrr Was this issue resolved with our Bootstrap PR?

trackleft commented 2 weeks ago

This pull request is meant to resolve this issue. https://github.com/az-digital/arizona-bootstrap/pull/1198

Should be in this release https://github.com/az-digital/arizona-bootstrap/releases/tag/v2.0.26

mmunro-ltrr commented 2 weeks ago

Confirmed!