Changeset 129117 in webkit


Ignore:
Timestamp:
Sep 20, 2012 4:22:02 AM (12 years ago)
Author:
apavlov@chromium.org
Message:

Web Inspector: [Elements] Word wrap disablement in the DOM tree broken
https://bugs.webkit.org/show_bug.cgi?id=97185

Reviewed by Pavel Feldman.

Restored the effective "white-space: nowrap" for the tree elements.

  • inspector/front-end/inspector.css:

(.nowrap):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r129108 r129117  
     12012-09-20  Alexander Pavlov  <apavlov@chromium.org>
     2
     3        Web Inspector: [Elements] Word wrap disablement in the DOM tree broken
     4        https://bugs.webkit.org/show_bug.cgi?id=97185
     5
     6        Reviewed by Pavel Feldman.
     7
     8        Restored the effective "white-space: nowrap" for the tree elements.
     9
     10        * inspector/front-end/inspector.css:
     11        (.nowrap):
     12
    1132012-09-20  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
    214
  • trunk/Source/WebCore/inspector/front-end/inspector.css

    r128597 r129117  
    4545
    4646.nowrap {
    47     white-space: nowrap;
     47    white-space: nowrap !important;
    4848}
    4949
Note: See TracChangeset for help on using the changeset viewer.