| Index: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| index eb6d6d0ea403e37d88c13171a2da836edaa2ef5c..02c4091deb77bcab0dafb843b35b62dbcec56352 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| @@ -152,7 +152,6 @@
|
| }
|
|
|
| .styles-section {
|
| - padding: 2px 2px 4px 4px;
|
| min-height: 18px;
|
| white-space: nowrap;
|
| -webkit-user-select: text;
|
| @@ -161,6 +160,10 @@
|
| overflow: hidden;
|
| }
|
|
|
| +.styles-section > div {
|
| + padding: 2px 2px 4px 4px;
|
| +}
|
| +
|
| .styles-section:last-child {
|
| border-bottom: none;
|
| }
|
|
|