Why does long text extend beyond the border of Avalon Skins instead of wrapping to the next line?

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:

  1. Edit the font size in the index.css
  2. 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/

Was this article helpful?
0 out of 0 found this helpful

Comments