Patch #23708
Too long words in subtasks break layout
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI - Responsive | |||
Target version: | 3.2.4 |
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:
History
#1
Updated by Jan from Planio www.plan.io almost 6 years ago
- Target version set to 3.3.1
#2
Updated by Jean-Philippe Lang almost 6 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.