Replies: 1 comment
-
|
Fixed in v1.31.4. The time gutter had a fixed width of 48px, which is fine for 24-hour labels ("08:00") but too narrow for right-aligned 12-hour labels like "10:00 AM"/"12:00 PM" (~61px needed including padding). The overflow was clipped at the left edge, dropping the leading digit. The gutter now uses a shared width token sized for 12-hour labels, so day and week views render the full time in both clock formats. Thanks for the detailed, cross-platform report - the three-engine reproduction pointed straight at the CSS gutter width. Please update to v1.31.4; the TrueNAS SCALE catalog image follows the new tag automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
macOS 26.6, 3840x2160 display — Safari and Chrome
iOS 27.0, iPhone 15 Pro Max — Safari
Troubleshooting already tried, no effect:
Browser zoom reset to 100%
Hard refresh / cache clear
Checked/adjusted browser font size settings
Confirmed across both desktop (Safari, Chrome) and mobile Safari
Seems like a fixed-width CSS issue on the time gutter column rather than a browser/zoom/font/device-specific problem, given it reproduces identically across three different browser engines and screen sizes.
Beta Was this translation helpful? Give feedback.
All reactions