Actions
Patch #23708
closedToo long words in subtasks break layout
Start date:
Due date:
% Done:
0%
Estimated time:
Description
If the subject of a subtask contains a a very long word it can break the layout, which is more likely to happen on mobile devices:
The attached patch fixes this problem by adding a
word-break: break-word;
rule to the subtasks subject on mobile:
Files
Updated by Jan from Planio www.plan.io about 8 years ago
- Target version set to 3.3.1
Updated by Jean-Philippe Lang about 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from 3.3.1 to 3.2.4
Committed, thanks.
Actions