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
Due to selector specificity of a third-party UI, the spacing between a pre element and other content is not correct.
pre
Steps to reproduce the behavior:
$ npm i @alaskaairux/auro-accordion
Correct spacing.
The text was updated successfully, but these errors were encountered:
fix: add \!important flag to address margin specificity #107
9954f76
7f7e023
chore(release): 3.7.1 [skip ci]
00087e5
## [3.7.1](v3.7.0...v3.7.1) (2021-10-15) ### Bug Fixes * add \!important flag to address margin specificity [#107](#107) ([7f7e023](7f7e023))
blackfalcon
Successfully merging a pull request may close this issue.
Describe the bug
Due to selector specificity of a third-party UI, the spacing between a
pre
element and other content is not correct.To Reproduce
Steps to reproduce the behavior:
$ npm i @alaskaairux/auro-accordion
pre
and the following contentExpected behavior
Correct spacing.
Screenshots
The text was updated successfully, but these errors were encountered: