Title: [129117] trunk/Source/WebCore
Revision
129117
Author
[email protected]
Date
2012-09-20 04:22:02 -0700 (Thu, 20 Sep 2012)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (129116 => 129117)


--- trunk/Source/WebCore/ChangeLog	2012-09-20 11:14:10 UTC (rev 129116)
+++ trunk/Source/WebCore/ChangeLog	2012-09-20 11:22:02 UTC (rev 129117)
@@ -1,3 +1,15 @@
+2012-09-20  Alexander Pavlov  <[email protected]>
+
+        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):
+
 2012-09-20  Allan Sandfeld Jensen  <[email protected]>
 
         [TouchAdjustment] Simplify and improve hybrid distance function.

Modified: trunk/Source/WebCore/inspector/front-end/inspector.css (129116 => 129117)


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2012-09-20 11:14:10 UTC (rev 129116)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2012-09-20 11:22:02 UTC (rev 129117)
@@ -44,7 +44,7 @@
 }
 
 .nowrap {
-    white-space: nowrap;
+    white-space: nowrap !important;
 }
 
 #toolbar {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to