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

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

Issue 2955983002: MD-Settings: Fix spacing of addresses and credit cards to a single line. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
index 6b568c3e75de720627d2977c8c6d4089e7e9b504..738fb92107f9fe35d381291947a02c4a3b270a10 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
@@ -87,7 +87,7 @@
<div class="list-frame">
<div id="addressList" class="vertical-list">
<template is="dom-repeat" items="[[addresses]]">
- <div class="list-item two-line">
+ <div class="list-item">
<div class="start">
<span id="addressSummary">
<span class="ellipses">
@@ -146,7 +146,7 @@
</div>
<div id="creditCardList" class="vertical-list list-with-header">
<template is="dom-repeat" items="[[creditCards]]">
- <div class="list-item two-line">
+ <div class="list-item">
<div class="type-column">
<span id="creditCardLabel">[[item.metadata.summaryLabel]]</span>
<span class="payments-label" hidden$="[[item.metadata.isLocal]]">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698