Project

General

Profile

Actions

Defect #8636

closed

Redmine doesn't wrap long words when using default theme

Added by Alexey Fyodorov almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Themes
Target version:
-
Start date:
2011-06-17
Due date:
% Done:

0%

Estimated time:
0.00 h
Resolution:
Duplicate
Affected version:

Description

Redmine doesn't wrap long words when using default theme. For example, all the long links are out of div's border.

Possible workaround (patch?) is add the following section to application.css:

div {
word-wrap: break-word;
}

Please, see screenshots attached.


Files

before.jpg (188 KB) before.jpg as is Alexey Fyodorov, 2011-06-17 01:24
after.jpg (191 KB) after.jpg after adding "word-wrap: break-word;" to application.css Alexey Fyodorov, 2011-06-17 01:24

Related issues

Is duplicate of Redmine - Defect #7568: Long combination of characters without spaces goes beyond the edge of the windowReopened2011-02-07

Actions
Actions #1

Updated by Etienne Massip almost 13 years ago

  • Status changed from New to Closed
  • Resolution set to Duplicate

Closed as duplicate of #7568.

Actions

Also available in: Atom PDF