Opened 14 years ago
Closed 13 years ago
#17424 closed defect (bug) (fixed)
Long text in Recent Drafts widget
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | trivial | Version: | 3.2 |
Component: | General | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by )
Recent Drafts widget has a small bug. If a post title is too long (you never can tell), then it goes out of the widget box:
17424-before.png
This problem exists in all recent versions. We can fix it with some changes to wp-admin/css/dashboard.css
:
#dashboard_recent_drafts h4 { line-height: 1.7em; word-wrap: break-word; } #dashboard_recent_drafts p { margin: 0; padding: 0; word-wrap: break-word; }
The result would be much better:
17424-after.png
Why not fix it? ))
Attachments (5)
Change History (16)
#2
in reply to:
↑ 1
;
follow-up:
↓ 3
@
14 years ago
Replying to Denis-de-Bernardy:
Well... at least the screenshots make the bug understandable. :-D
It was hard to write all in English)) Pictures were made to understand.
#3
in reply to:
↑ 2
;
follow-up:
↓ 4
@
14 years ago
Replying to Lardjo:
Replying to Denis-de-Bernardy:
Well... at least the screenshots make the bug understandable. :-D
It was hard to write all in English)) Pictures were made to understand.
Ideally create a diff/patch file instead of uploading the file, though. It'll make the changes more clear.
#4
in reply to:
↑ 3
@
14 years ago
Replying to Denis-de-Bernardy:
Replying to Lardjo:
Replying to Denis-de-Bernardy:
Well... at least the screenshots make the bug understandable. :-D
It was hard to write all in English)) Pictures were made to understand.
Ideally create a diff/patch file instead of uploading the file, though. It'll make the changes more clear.
Yes. I know. But CSS is made in a single line, so the patch is bad. Ideally, immediately replace all the CSS, which I attached. But if you want, I can make a .diff file.
#6
@
14 years ago
- Description modified (diff)
- Summary changed from Length text in widget to Long text in Recent Drafts widget
The original screenshots are now gone, so I've uploaded the new ones to make the bug understandable again and translated the description into English. Also refreshed the patch to include proper path.
We already have word-wrap: break-word;
for .dashboard-comment-wrap
, introduced in #9283.
#7
@
14 years ago
Finally. My ticket took up:) Just been a long time - screenshots deleted. :(
I tied the patch and the CSS file. I hope they will help.
#9
@
13 years ago
- Keywords commit added
- Milestone changed from Awaiting Review to Future Release
Looks good.
Well... at least the screenshots make the bug understandable. :-D