-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Style & CSS
-
Tags:
-
Sprint:nxDesign Sprint 7.2-2
Webkit doesn't break words (here, folder names) as the other browsers. Instead of keeping words in once piece, it may break a word in the middle and display the rest of the word in a second line.
See screenshots.
Fix:
.menu .rf-trn a.treeLink { word-break: break-word; word-break: keep-all; }