Environment
- Product: uPerform
- Version: 5.4 and later
Answer
This is a limitation of how HTML treats strings. As a work around, there are 2 options:
Option 1:
Use spaces to break up long strings of text
Option 2:
- Edit the font size in the index.css
- Navigate to the location of your local skin folder > skin and edit the #Title(font size) using Notepad or other text editor (e.g. Notepad++)
Additional Information
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
https://www.w3schools.com/cssref/css3_pr_word-break.asp
https://developers.google.com/web/tools/chrome-devtools/
Comments