Actions
Defect #34219
closedThe text inside the wiki section does not wrap - css
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Hello, this issue regards the web interface.
A long text with no spaces inside the description section of the issue overflows the yellow box.
This css behavior can be fixed adding the rule overflow-wrap: break-word;
to the div #content > div > div.description > div.wiki
.
It forces the text to get wrapped inside the box avoiding to add endline characters to it.
Ciao
Related issues
Updated by Go MAEDA almost 4 years ago
- Is duplicate of Defect #7568: Long combination of characters without spaces goes beyond the edge of the window added
Updated by Go MAEDA almost 4 years ago
- Tracker changed from Patch to Defect
- Status changed from New to Closed
- Resolution set to Duplicate
Updated by Jacopo Federici almost 4 years ago
I searched before but didn't find that previous issue, sorry. Will watch that then.
I hope the issue will be fixed asap.
Actions