Chromium Code Reviews| 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..863ebc69d49eb5388fb2193a01a1e43a049b8d71 100644 |
| --- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp |
| +++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp |
| @@ -275,6 +275,8 @@ void PopupMenuImpl::WriteDocument(SharedBuffer* data) { |
| PagePopupClient::AddString(String::Format("option, optgroup {" |
| "padding-top: %dpx;" |
| "padding-bottom: %dpx;" |
|
keishi
2017/04/18 05:45:49
Do we want to add a padding below optgroup, after
tkent
2017/04/18 06:04:49
You're right, padding-bottom isn't necessary. I th
|
| + "}\n" |
| + "option {" |
| "min-height: %dpx;" |
| "display: flex;" |
| "align-items: center;" |