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
Actions