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
In pure bootstrap there is a space between panels in panel-group implemented by css rule
.panel-group .panel + .panel { margin-top: 5px; }
But in ng2-bootstrap each panel is wrapped in accordion-group tag so the rule does not apply eliminating space between groups.
Example - good - bootstrap v3.3.7 + angular-ui-bootstrap 2.2.0 + angular 1.5.8
Example - bad - bootstrap v3.3.7 + ng2-bootstrap 1.6.0 + angular 2.4.9
The text was updated successfully, but these errors were encountered:
maybe it's fixed in #2014
Sorry, something went wrong.
fix(acordion): space beetween accordion groups (#2014)
ad2da54
fixes #1854
Successfully merging a pull request may close this issue.
In pure bootstrap there is a space between panels in panel-group implemented by css rule
But in ng2-bootstrap each panel is wrapped in accordion-group tag so the rule does not apply eliminating space between groups.
Example - good - bootstrap v3.3.7 + angular-ui-bootstrap 2.2.0 + angular 1.5.8
Example - bad - bootstrap v3.3.7 + ng2-bootstrap 1.6.0 + angular 2.4.9
The text was updated successfully, but these errors were encountered: