| Index: third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| index 5186a47f77fde5c402c122d0396ba40f4e8f9ce9..fcb0db78a39a26bfc7fdb06c66d47e5567de08ee 100644
|
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
|
| @@ -274,6 +274,8 @@ void PopupMenuImpl::WriteDocument(SharedBuffer* data) {
|
| int min_height = static_cast<int>(roundf(24 * scale_factor));
|
| PagePopupClient::AddString(String::Format("option, optgroup {"
|
| "padding-top: %dpx;"
|
| + "}\n"
|
| + "option {"
|
| "padding-bottom: %dpx;"
|
| "min-height: %dpx;"
|
| "display: flex;"
|
|
|