Short line height in dropdown label causes text clipping #4332
Labels
ready
Ready for implementation
regression
restricted: maintainers
Only maintainers can resolve this issue
type: bug
work: frontend
Related to frontend code in the mathesar_ui directory
Milestone
This has been bugging me.
There are lots of way to reproduce this. Here's one:
Add a role named
jumpy_quail_grabs_yogurt
.Configure a collaborator with that role.
Observe text clipped:
There are a handful of places throughout the codebase that have
line-height: 1;
. In fixing this issue, I think we probably ought to audit these and see if other places need the same fix. My understanding is that line-height shouldn't go below 1.2.I put this in 0.2.2 because the problem is somewhat glaring on the UI I'm building for #4313
The text was updated successfully, but these errors were encountered: