Skip to content
New issue

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 within card body has no margins #1327

Open
2 tasks
peer-kkang opened this issue Mar 22, 2024 · 1 comment
Open
2 tasks

Buttons placed within card body has no margins #1327

peer-kkang opened this issue Mar 22, 2024 · 1 comment
Assignees

Comments

@peer-kkang
Copy link

peer-kkang commented Mar 22, 2024

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>
image

Expected behavior

A clear and concise description of what you expected to happen.

Versions

Clarity version:

  • v13.x
  • [x ] v15.x
  • Other:

Framework version:
Reproducible on both Angular 15, 16_

Additional notes

Add any other notes about the problem here.

@kevinbuhmann
Copy link
Member

kevinbuhmann commented Mar 23, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants