Weird text spacing issue on mobile

I've noticed strange spacing on mobile - especially when using SQL dates.

Note that the value of the item looks properly formatted (May 12th), but when displaying it has additional spaces

formattedClassDate.value

"May 12th"

Displayed Data:

"Highlights for May      12th"

Relevant SQL section:

  TO_CHAR(class_date, 'FMMM/FMDD/YYYY') AS formatted_class_date,
  TO_CHAR(class_date, 'MonthFMDDth') AS formatted_month_day

Not an urgent issue but certainly looks goofy.

1 Like