Chromium Code Reviews| Index: ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html |
| diff --git a/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html b/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html |
| index 6522f7291bf8c115db458112719d04dc7d8a4161..004bec315285579d94a9addfbf5c99f38294e5d9 100644 |
| --- a/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html |
| +++ b/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html |
| @@ -18,6 +18,7 @@ |
| overflow: hidden; |
| padding: 8px 0; |
| position: relative; |
| + width: var(--cr-shared-menu-width); |
| } |
| </style> |
| <iron-dropdown id="dropdown" allow-outside-scroll restore-focus-on-close |