Hello,
I am working with the new Label Templates and trying to add CSS code to adjust the size of the fonts. I would also like to add text wrapping for the student’s names. Currently it wraps the student’s name, but the next line is a little overlapping the first line. I have tried using
white-space
overflow-wrap: break-word
inline-size: min-content
word-break: break-all
however I am getting an “un-authorized CSS Attribute” error when I try these. How can I get the student’s name to wrap and make the 2nd line of the wrapping not overlap the first one. I appreciate any and all help.