Bug 32927 - Web Inspector: Console should force long URLs to wrap
Summary: Web Inspector: Console should force long URLs to wrap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-24 21:45 PST by mitz
Modified: 2009-12-24 22:07 PST (History)
8 users (show)

See Also:


Attachments
Add "word-wrap: break-word;" to the #console-messages rule (1.10 KB, patch)
2009-12-24 21:48 PST, mitz
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2009-12-24 21:45:02 PST
Forthcoming patch adds "word-wrap: break-word;" to the console
Comment 1 mitz 2009-12-24 21:48:14 PST
Created attachment 45482 [details]
Add "word-wrap: break-word;" to the #console-messages rule
Comment 2 WebKit Review Bot 2009-12-24 21:49:49 PST
style-queue ran check-webkit-style on attachment 45482 [details] without any errors.
Comment 3 mitz 2009-12-24 22:07:53 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/52555>.