| 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]]">
|
|
|