| 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 7bc5a9c32e6b10246b457f07d809e1805cbc7ac9..c9310bdc954bed73188faf1f45a6f28b746bc74f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| @@ -155,8 +155,6 @@
|
| padding: 2px 2px 4px 4px;
|
| min-height: 18px;
|
| white-space: nowrap;
|
| - background-origin: padding;
|
| - background-clip: padding;
|
| -webkit-user-select: text;
|
| border-bottom: 1px solid #eee;
|
| position: relative;
|
| @@ -254,6 +252,7 @@
|
| padding: 2px 4px 0 0;
|
| list-style: none;
|
| clear: both;
|
| + display: flex;
|
| }
|
|
|
| .styles-section.matched-styles .style-properties {
|
|
|