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

Wrap .card-actions on .card #10

Closed
GreenDjango opened this issue Mar 4, 2021 · 3 comments
Closed

Wrap .card-actions on .card #10

GreenDjango opened this issue Mar 4, 2021 · 3 comments

Comments

@GreenDjango
Copy link

Hi, I work with daisy (great project btw) and I noticed better badge wrap with this:

.card-actions {
   flex-wrap: wrap;
}

and for the card with badge example:

<div class="mb-2 space-x-2 card-actions">
    <div class="badge badge-ghost mb-2">Colors</div>
    <div class="badge badge-ghost mb-2">UI Design</div>
    <div class="badge badge-ghost mb-2">Creativity</div>
</div>

Thank you for your time!

Screenshot_20210305_002227Screenshot_20210305_002421

@saadeghi
Copy link
Owner

saadeghi commented Mar 5, 2021

Of course. I'll fix this tomorrow 👍

@saadeghi
Copy link
Owner

saadeghi commented Mar 5, 2021

Please update to latest version 0.14.0 (demo)
I also, added margin for card-actions items so space-x-2 is no longer needed.

@GreenDjango
Copy link
Author

Thanks !

inorganik pushed a commit to inorganik/daisyui that referenced this issue Feb 7, 2023
imgbot bot pushed a commit to Avensen/daisyui that referenced this issue Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants