Is there some sort of way within HTML or CSS to limit the characters displayed with a span? I use a repeater that displays these info boxes and I want to limit the character
You can use the CSS property max-width and use it with ch unit. And, as this is a , use a display: inline-block; (or block).
max-width
ch
display: inline-block;
Here is an example:
Lorem ipsum dolor sit amet
Which outputs:
Lorem ipsum...