| Index: third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| index f1a28e07bad7bca816c92200a2d60fd4649dcc86..f70238d3db066fca2d8318aa97ca396d8c8bd3f0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| @@ -67,11 +67,6 @@
|
| background-color: #FFFFFF;
|
| pointer-events: auto;
|
| margin-left: -3px;
|
| - overflow-x: hidden;
|
| - overflow-y: auto;
|
| - display: flex;
|
| - flex-direction: column;
|
| - flex: 0 0 auto;
|
| box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),
|
| 0 2px 4px rgba(0, 0, 0, 0.2),
|
| 0 2px 6px rgba(0, 0, 0, 0.1);
|
| @@ -83,7 +78,6 @@
|
| overflow: hidden;
|
| text-overflow: ellipsis;
|
| border: 1px solid transparent;
|
| - flex: 0 0 auto;
|
| padding-right: 0;
|
| white-space: nowrap;
|
| }
|
|
|