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

Set full height to orderable table header buttons #1535

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Conversation

acelaya
Copy link
Contributor

@acelaya acelaya commented Apr 26, 2024

While testing the students table in LMS's dashboard, I realized the header was sometimes not fully "clickable" close to the cell edges.

After a bit of investigation I have realized that, depending on the site's font size, the button which is rendering the order icon can be slightly taller than the rest of buttons, causing this issue.

That is not reproducible in this page, but it is in LMS, due to the smaller base font size.

cells-2024-04-26_14.34.29.mp4

This PR adds h-full to the header buttons, to make sure they all span to the height of the taller one.

@acelaya acelaya requested a review from robertknight April 26, 2024 12:38
@acelaya acelaya merged commit 03792d7 into main Apr 26, 2024
4 checks passed
@acelaya acelaya deleted the full-height-button branch April 26, 2024 12:57
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