Changeset 52555 in webkit


Ignore:
Timestamp:
Dec 24, 2009 10:07:13 PM (14 years ago)
Author:
mitz@apple.com
Message:

Web Inspector: Console should force long URLs to wrap
https://bugs.webkit.org/show_bug.cgi?id=32927

Reviewed by Timothy Hatcher.

  • inspector/front-end/inspector.css: Added "word-wrap: break-word;" to

the #console-messages rule.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r52554 r52555  
     12009-12-24  Dan Bernstein  <mitz@apple.com>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        Web Inspector: Console should force long URLs to wrap
     6        https://bugs.webkit.org/show_bug.cgi?id=32927
     7
     8        * inspector/front-end/inspector.css: Added "word-wrap: break-word;" to
     9        the #console-messages rule.
     10
    1112009-12-24  Shinichiro Hamaji  <hamaji@chromium.org>
    212
  • trunk/WebCore/inspector/front-end/inspector.css

    r52544 r52555  
    499499    padding: 2px 0;
    500500    overflow-y: overlay;
     501    word-wrap: break-word;
    501502    -webkit-user-select: text;
    502503    -webkit-text-size-adjust: auto;
Note: See TracChangeset for help on using the changeset viewer.