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
The content of indicator for images doesn't fit the badge:
https://daisyui.com/components/indicator/#in-center-of-an-image
Don't have time to make a PR, but a possible fix might be:
width: max-content; for .badge css class.
width: max-content;
Nice work btw. I really like the framework. :o)
Cheers ...
The text was updated successfully, but these errors were encountered:
3946525
The issue is closed, but the example in question is still broken (see the "uploading images" example at https://daisyui.com/components/indicator/).
What about doing this?
.badge { /* height: 1.25rem; */ height: fit-content; min-height: 1.25rem; ... }
Edit: I see, the fix is already there, but it just isn't being applied on the Daisy site.
Sorry, something went wrong.
fix: saadeghi#736
27f75d1
No branches or pull requests
The content of indicator for images doesn't fit the badge:
https://daisyui.com/components/indicator/#in-center-of-an-image
Don't have time to make a PR, but a possible fix might be:
width: max-content;
for .badge css class.Nice work btw. I really like the framework. :o)
Cheers ...
The text was updated successfully, but these errors were encountered: