Title: [93127] trunk/Source/WebCore
Revision
93127
Author
[email protected]
Date
2011-08-16 10:58:52 -0700 (Tue, 16 Aug 2011)

Log Message

Web Inspector: word wrap long edits
https://bugs.webkit.org/show_bug.cgi?id=65512

Reviewed by Pavel Feldman.

* inspector/front-end/inspector.css:
(.styles-section .properties li.child-editing):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93126 => 93127)


--- trunk/Source/WebCore/ChangeLog	2011-08-16 17:31:41 UTC (rev 93126)
+++ trunk/Source/WebCore/ChangeLog	2011-08-16 17:58:52 UTC (rev 93127)
@@ -1,3 +1,13 @@
+2011-08-16  Alexander Pavlov  <[email protected]>
+
+        Web Inspector: word wrap long edits
+        https://bugs.webkit.org/show_bug.cgi?id=65512
+
+        Reviewed by Pavel Feldman.
+
+        * inspector/front-end/inspector.css:
+        (.styles-section .properties li.child-editing):
+
 2011-08-16  Pavel Feldman  <[email protected]>
 
         Web Inspector: convert DOM breakpoint types to strings.

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


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2011-08-16 17:31:41 UTC (rev 93126)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2011-08-16 17:58:52 UTC (rev 93127)
@@ -3925,6 +3925,11 @@
     margin-left: 1px;
 }
 
+.styles-section .properties li.child-editing {
+    word-wrap: break-word !important;
+    white-space: normal !important;
+}
+
 .styles-section .properties ol {
     display: none;
     margin: 0;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to