| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
|
| index 8f3eef527ee5256b2f4937201f64f42471553393..b0d5fb4c3be6e14f2039a950f82a3988657e6211 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html
|
| @@ -35,6 +35,12 @@
|
| .list-with-header > div:first-of-type {
|
| border-top: var(--settings-separator-line);
|
| }
|
| +
|
| + /* TODO(hcarmona): Grow menu width by 64px if content is wider */
|
| + .menu-item {
|
| + -webkit-padding-start: 24px;
|
| + width: 104px;
|
| + }
|
| </style>
|
| </template>
|
| </dom-module>
|
|
|