Closed
Bug 1124531
Opened 10 years ago
Closed 10 years ago
code element with long string does not flow correctly
Categories
(Firefox for iOS :: Reader View, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: st3fan, Unassigned)
References
Details
Attachments
(1 file)
186.00 KB,
image/png
|
Details |
See screenshot. On Android that long string that starts with /Users/username is wrapped on multiple lines using word boundaries.
Reporter | ||
Comment 1•10 years ago
|
||
This is about http://www.slashie.org/articles/icloud-notepad/
Reporter | ||
Comment 2•10 years ago
|
||
WebKit likes word-break: break-all it seems.
.content code,
.content pre {
color: red;
white-space: pre-wrap !important;
word-break: break-all;
margin-bottom: 20px !important;
overflow: auto;
}
Reporter | ||
Comment 3•10 years ago
|
||
Oops I added the color: red to test. Don't include that in a patch tomorrow.
Comment 4•10 years ago
|
||
(In reply to Stefan Arentz [:st3fan] from comment #3)
> Oops I added the color: red to test. Don't include that in a patch tomorrow.
Makes everything you read feel important tho, don't it?
Reporter | ||
Comment 5•10 years ago
|
||
This was fixed with https://github.com/mozilla/firefox-ios/commit/839d156f51ad09e2269951d780206583d532765f
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Blocks: iosreaderview
You need to log in
before you can comment on or make changes to this bug.
Description
•