sperry
(Stan Perry)
February 24, 2025, 4:16pm
1
Hey all, experiencing a weird bug where one of our resource categories is not displaying all of the characters. The published version cuts off the last letter of the category.
You can see “Case Stud” should be “Case Study” in this example:
But when you click into the resource category: “Case Stud” it does show that the category is correctly named: “Case Study”
Any ideas?
memetican
(Michael Wells)
February 24, 2025, 6:14pm
2
Not sure where to look, but almost certainly you have a sizing issue where the container for the text is size-limited and overflow-hidden.
learyjk
(Keegan Leary - Web Bae)
February 27, 2025, 6:37pm
3
Hey @sperry I took a look but “Case Study” was fully spelled out for me. Did you solve this?
sperry
(Stan Perry)
March 3, 2025, 7:50pm
4
1 Like
memetican
(Michael Wells)
March 3, 2025, 8:19pm
5
You’re going to need to be much more specific about where you’re asking for help. Screenshots maybe?
Best theory I have at this point is perhaps you’re zoomed or something in your browser, or using a different base font size which is getting clipped.
1 Like
sperry
(Stan Perry)
March 3, 2025, 9:36pm
6
Click “Case Stud” - it should show as “Case Study”
Thank you
sperry
(Stan Perry)
March 3, 2025, 9:38pm
7
Explained differently, here is the tag in the Design view:
sperry
(Stan Perry)
March 3, 2025, 9:38pm
8
Than when published the “y” from “Case Study” gets cut off:
memetican
(Michael Wells)
March 3, 2025, 11:35pm
9
You have JS somewhere in your site that is removing the last character from your HTML content.
1 Like