Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2711)

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html

Issue 1992043002: Add context menus in md-setting for the address and credit card lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@populate-autofill.gitbr
Patch Set: i18n and rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698