Title: [195880] trunk/Source/WebInspectorUI
Revision
195880
Author
commit-qu...@webkit.org
Date
2016-01-29 19:19:07 -0800 (Fri, 29 Jan 2016)

Log Message

Web Inspector: Object previews in the Console are misaligned
https://bugs.webkit.org/show_bug.cgi?id=153676
<rdar://problem/24418796>

Patch by Devin Rousso <dcrousso+web...@gmail.com> on 2016-01-29
Reviewed by Timothy Hatcher.

* UserInterface/Views/ObjectTreeView.css:
(.object-tree .tree-outline.object.compact):
(.object-tree): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (195879 => 195880)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-01-30 02:57:38 UTC (rev 195879)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-01-30 03:19:07 UTC (rev 195880)
@@ -1,5 +1,17 @@
 2016-01-29  Devin Rousso  <dcrousso+web...@gmail.com>
 
+        Web Inspector: Object previews in the Console are misaligned
+        https://bugs.webkit.org/show_bug.cgi?id=153676
+        <rdar://problem/24418796>
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/ObjectTreeView.css:
+        (.object-tree .tree-outline.object.compact):
+        (.object-tree): Deleted.
+
+2016-01-29  Devin Rousso  <dcrousso+web...@gmail.com>
+
         Web Inspector: Provide a way to clear the network panel
         https://bugs.webkit.org/show_bug.cgi?id=153632
         <rdar://problem/23317773>

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css (195879 => 195880)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css	2016-01-30 02:57:38 UTC (rev 195879)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ObjectTreeView.css	2016-01-30 03:19:07 UTC (rev 195880)
@@ -25,9 +25,6 @@
 
 .object-tree {
     position: relative;
-
-    display: inline-block;
-
     color: black;
     font-family: Menlo, monospace;
     font-size: 11px;
@@ -88,6 +85,10 @@
     outline: none;
 }
 
+.object-tree .tree-outline.object.compact {
+    margin-top: 1px;
+}
+
 .tree-outline.object .item,
 .object-tree.properties-only .tree-outline.object {
     padding-left: 0;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to