[webkit-reviews] review granted: [Bug 34935] Web Inspector: REGRESSION: long URLs can cause a horizontal scrollbar in source view : [Attachment 48767] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 00:35:02 PST 2010


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 34935: Web Inspector: REGRESSION: long URLs can cause a horizontal
scrollbar in source view
https://bugs.webkit.org/show_bug.cgi?id=34935

Attachment 48767: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=48767&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
white-space: pre will cause \n to make a newline. white-space: no-wrap will no
allow any new lines.

So I think you want no-wrap in both places you use pre. Try it out.


More information about the webkit-reviews mailing list