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
Buttons placed inside Card body has no margins
Steps to reproduce the behavior:
<div class="card"><div class="card-header">Card Title</div><div class="card-block"><button class="btn">Hello</button><button class="btn">World</button><div class="card-text">This is a sample card, use the correct button alignment.</div></div><div class="card-footer"><button class="btn btn-sm btn-link">Action</button></div></div>
A clear and concise description of what you expected to happen.
Clarity version:
Framework version: Reproducible on both Angular 15, 16_
Add any other notes about the problem here.
The text was updated successfully, but these errors were encountered:
@dtsanevmw: Could you look into this? This appears to be a regression introduced during the token migration.
The horizontal margin for buttons within card was removed here: d54ce51#diff-8d9f8e25f7a921c94ef885adeaa6f3397e352ab917785283f4b8d654d2ae3596L271
Sorry, something went wrong.
dtsanevmw
No branches or pull requests
Describe the bug
Buttons placed inside Card body has no margins
How to reproduce
Steps to reproduce the behavior:
<div class="card"><div class="card-header">Card Title</div><div class="card-block"><button class="btn">Hello</button><button class="btn">World</button><div class="card-text">This is a sample card, use the correct button alignment.</div></div><div class="card-footer"><button class="btn btn-sm btn-link">Action</button></div></div>
Expected behavior
A clear and concise description of what you expected to happen.
Versions
Clarity version:
Framework version:
Reproducible on both Angular 15, 16_
Additional notes
Add any other notes about the problem here.
The text was updated successfully, but these errors were encountered: