Actions
Defect #1512
closedColons and whitespace wrapping
Start date:
2008-06-20
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
This is a pretty trivial issue, but...
When looking at an issue in "read" mode, each field label has " : " after it, i.e. space colon space.
Conventional English punctuation is not to put a space before a colon.
In addition, the space often causes the colon to wrap onto the next line, which looks really ugly.
Finally, the colons aren't there when the record is in edit mode, which makes me wonder why they're there in read mode. The labels and data are already different font weight, so the colons seem unnecessary.
So in summary:- I don't think read mode needs colons.
- If it does, shouldn't they be there in edit mode too?
- If colons are used in any mode, they shouldn't have spaces in front.
- If you ignore all this and keep them as is, you should use CSS
white-space: nowrap;
to prevent the colons from wrapping onto the next line.
Files
Updated by Brian Terlson over 16 years ago
Yeesh, it's really bothering me now. Thanks :( If you'd like to patch yourself, here you go :) Head into your redmine directory and type "patch -p1 < /path/to/patchfile.diff"
Updated by Jean-Philippe Lang over 16 years ago
- Category set to UI
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
Spaces removed in r1566.
Actions