#18755 closed Bug (fixed)
admin site overlapping
| Reported by: | Stefano Probst | Owned by: | Dan Loewenherz |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | yes |
Description
Hi!
I have a standard Django admin site. The description/label (a little bit longer) overlap the input widget.
Attachments (2)
Change History (10)
by , 13 years ago
| Attachment: | Auswahl_021.png added |
|---|
comment:1 by , 13 years ago
| UI/UX: | set |
|---|
comment:2 by , 13 years ago
comment:4 by , 13 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
Seems to be a valid issue, with German words (and other languages) in particular that are longer than English words. Simple fix is to do as dirigeant said, add word-wrap: break-word; to the css file.
comment:5 by , 13 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
As Tim mentioned, this was a pretty straightforward fix. PR located @ https://github.com/django/django/pull/334
by , 13 years ago
| Attachment: | admin-overlapping-label-screenshot.png added |
|---|
Example of fix in action
comment:6 by , 13 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
dloewenherz beat me too it, but here's an image of the fix working :)
comment:7 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Adding 'word-wrap' to '.aligned label' class to split long words may solve this problem.