Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/consoleView.css

Issue 1963753003: DevTools: default all console object previews to lossy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/console/consoleView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
index ab3d1f07974e96b555e2b978cad1c1f4fc0f1334..75244f97148c11718ff6665b9f9a2a381af8e923 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
@@ -452,3 +452,12 @@
.console-view-object-properties-section:not(.expanded) .info-note {
display: none;
}
+
+.console-view-object-properties-section {
kozy 2016/05/10 00:04:42 Please wait for @lushnikov review of this.
+ padding: 0;
+ margin-top: -1px;
+}
+
+.console-log-level .console-view-object-properties-section {
+ margin: 0;
+}

Powered by Google App Engine
This is Rietveld 408576698