We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use flexbox in the display of Accordions to be more.. flexible. And in line with Bootstrap's direction.
Follow up to #1198
Change CSS to the flexbox solution and update the Quickstart template to allow for new changes.
SO.. I can't remember how to test locally. BUT I may have a solution. What if we:
.btn { display: flex; width: 100%; padding: .75rem 1.25rem; color: $dark-silver; text-align: left; text-transform: none; justify-content: space-between; align-items: center; &:hover { text-decoration: none; span.title { text-decoration: underline; } }
<span class="title">
{{ title }}
The text was updated successfully, but these errors were encountered:
We could also consider this being a 5.x only enhancement since Accordions in upstream Bootstrap 5.x already use flexbox.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Motivation
I want to use flexbox in the display of Accordions to be more.. flexible. And in line with Bootstrap's direction.
Is your feature request related to a problem? Please describe.
Follow up to #1198
Proposed Resolution
Describe the solution you'd like
Change CSS to the flexbox solution and update the Quickstart template to allow for new changes.
SO.. I can't remember how to test locally. BUT I may have a solution. What if we:
<span class="title">
around{{ title }}
in the file https://github.com/az-digital/az_quickstart/blob/main/modules/custom/az_accordion/templates/az-accordion.html.twigThe text was updated successfully, but these errors were encountered: