Chromium Code Reviews| 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; |
| +} |