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

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

Issue 1990423002: DevTools: fix styling offset in logged console objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/objectValue.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fca30b93a3230b3facc1a9722e339a99c471fcaf 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
@@ -122,6 +122,10 @@
}
} /* media */
+.console-message > .outline-disclosure li.parent {
+ margin-top: 0;
+}
+
.console-message > .outline-disclosure li.parent::before {
top: 0;
}
@@ -452,3 +456,7 @@
.console-view-object-properties-section:not(.expanded) .info-note {
display: none;
}
+
+.console-view-object-properties-section {
+ padding: 0px;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/objectValue.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698