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

FIX: Report button does not expand to fill parent div #164

Merged
merged 1 commit into from
May 5, 2024

Conversation

import-pandas-as-numpy
Copy link
Contributor

At the moment, the CSS attribute defined for the report button will expand to fill the parent div. This causes the entire element to be clickable, and can cause users to unintentionally click the report button.

image

Adjusting the CSS to use display: inline will cause this element to only occupy the width of the text.

image

@di di merged commit 75f077f into pypi:main May 5, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants