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..4c0333798db9a2849c18c7b6437198ee85cfc08f 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; |
| } |
| @@ -261,6 +265,10 @@ |
| box-sizing: border-box; |
| } |
| +.console-message-text { |
| + line-height: 16px; |
|
lushnikov
2016/05/20 21:22:06
Why do we set fixed line-height? The font and its
luoe
2016/05/20 23:23:53
I couldn't remember how to solve this with vertica
|
| +} |
| + |
| .console-error-level { |
| background-color: hsl(0, 100%, 97%); |
| } |
| @@ -452,3 +460,7 @@ |
| .console-view-object-properties-section:not(.expanded) .info-note { |
| display: none; |
| } |
| + |
| +.console-view-object-properties-section { |
| + padding: 0px; |
| +} |