| 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 8b0bb5e85a6cca54e7da8a82a77f5d33b9995ab0..2f0045d88eab8e92cae98af699d35bdc6ef8d518 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/suggestBox.css
|
| @@ -75,8 +75,6 @@
|
| .suggest-box .suggest-box-content-item {
|
| padding: 1px;
|
| margin: 0;
|
| - overflow: hidden;
|
| - text-overflow: ellipsis;
|
| border: 1px solid transparent;
|
| padding-right: 0;
|
| white-space: nowrap;
|
| @@ -87,9 +85,15 @@
|
| background-color: #f9f9f9;
|
| }
|
|
|
| +.suggestion-text {
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| +}
|
| +
|
| .suggestion-icon {
|
| user-select: none;
|
| align-self: center;
|
| + flex-shrink: 0;
|
| }
|
|
|
| .suggest-box .suggest-box-content-item .query {
|
|
|