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
Fix misaligned reset-time column in menu bar detail rows when remaining quota is a single digit (e.g. 7%). ASCII space padding in {pct:>3} was narrower than a digit in SF Pro, causing the tab stop to be hit at a different pixel position. Replaced with U+2007 figure space (digit-width) so all rows align correctly.