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
{{ message }}
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
Getting correct clarity label positioning + truncation of label text is difficult because we don't have direct control over those behaviors. One way to possibly sidestep this issue is to hide columns for smaller screen sizes (maybe age) in order to maximize space labels to remain readable.
The text was updated successfully, but these errors were encountered:
Something that could help with this as well is tightening up a lot of the column widths. A column with say a 3 character heading (Age) and 3 character row (12d) doesn't ever need to be wider than like 90px.
Describe the problem/challenge you have
xref #884
Getting correct clarity label positioning + truncation of label text is difficult because we don't have direct control over those behaviors. One way to possibly sidestep this issue is to hide columns for smaller screen sizes (maybe age) in order to maximize space labels to remain readable.
The text was updated successfully, but these errors were encountered: