Closed
Bug 298062
Opened 20 years ago
Closed 20 years ago
Long URLs (adjoined text) break layout of b.cb.o
Categories
(Camino Graveyard :: Product Site, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: samuel.sidler+old, Assigned: moz)
References
()
Details
Josh's latest post showed up in b.cb.o and broke the layout because it has an extra long link in it. Can we somehow force line breaks?
On Josh's own blog (and indeed on many of the weblogs.mozillazine.org blogs; roc is always doing something with wierd overlaps) long lines get "cut off"/"covered up" by the column on the right. I assume that's the overflow: hidden rule on <div id=center>? If so, can you do that on the table/table element? Not as nice as wrapping/breaking long lines, but better than the current breakage...
| Assignee | ||
Comment 2•20 years ago
|
||
I just tossed in a call to |wordwrap()| with the fourth argument set to |true| on the print for summary/contents. This looks like it fixes the problem. Marking FIXED, though feel free to reopen if it breaks markup or something.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•