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

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

Issue 2860423002: Fix the alignment on chrome://settings/passwords (Closed)
Patch Set: Created 3 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_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 ce94375a526e5d18cc25098784a51ea523ab0267..57daa7203860066e80922fc80ce13cd877c74031 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
@@ -62,6 +62,8 @@
<div class="password-column">
$i18n{editPasswordPasswordLabel}
</div>
+ <paper-icon-button class="invisible">
hcarmona 2017/05/09 19:23:28 Let's not add a hidden paper-icon-button just to a
vasilii 2017/05/19 13:20:14 Done.
+ </paper-icon-button>
</div>
<iron-list id="passwordList"
items="[[getFilteredPasswords_(savedPasswords, filter)]]"

Powered by Google App Engine
This is Rietveld 408576698