You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole tile is not clickable. There is a spacing around the link where it shows the hover state but it is not clickable
This seems to be happening because of extra padding in the div surrounding the a tag ideally the padding should be present in the a tag instead of the div to solve this issue
Steps to Reproduce
Visit a calendar
Try clicking on the edges of the meeting tile nothing will happen
Expected Results
Clicking anywhere on the tile should open the link not just in the center
Evidence
I was able to recreate this bug in Firefox 127, Chrome 125
The text was updated successfully, but these errors were encountered:
Issue Summary
div
surrounding thea
tag ideally the padding should be present in thea
tag instead of thediv
to solve this issueSteps to Reproduce
Expected Results
Clicking anywhere on the tile should open the link not just in the center
Evidence
The text was updated successfully, but these errors were encountered: