| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| index 6e321d89fbcdf8b2979b0e257970561a2a5a2a36..fe50a2bd1da74db413f1c86c1571dd0de64d9254 100644
|
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
|
| @@ -101,13 +101,15 @@
|
| class="vertical-list list-section item-list">
|
| <template>
|
| <div class="list-item two-line">
|
| - <a id="exception" href="[[item.linkUrl]]" target="_blank"
|
| - class="start list-link">[[item.exceptionUrl]]</a>
|
| - <paper-icon-button id="removeExceptionButton"
|
| - icon="cr:close" on-tap="onRemoveExceptionButtonTap_"
|
| - tabindex$="[[tabIndex]]"
|
| - alt="$i18n{deletePasswordException}">
|
| - </paper-icon-button>
|
| + <div class="start">
|
| + <a id="exception" href="[[item.linkUrl]]" target="_blank"
|
| + class="list-link selectable">[[item.exceptionUrl]]</a>
|
| + </div>
|
| + <paper-icon-button id="removeExceptionButton"
|
| + icon="cr:close" on-tap="onRemoveExceptionButtonTap_"
|
| + tabindex$="[[tabIndex]]"
|
| + alt="$i18n{deletePasswordException}">
|
| + </paper-icon-button>
|
| </div>
|
| </template>
|
| </iron-list>
|
|
|