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

Unified Diff: chrome/browser/resources/settings/people_page/sync_page.html

Issue 2715863002: MD Settings: make input label and error font size relative. (Closed)
Patch Set: overflowing error message so large fonts dont ellipsis Created 3 years, 10 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 | chrome/browser/resources/settings/settings_vars_css.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/sync_page.html
diff --git a/chrome/browser/resources/settings/people_page/sync_page.html b/chrome/browser/resources/settings/people_page/sync_page.html
index 828ac3796c23796bee4408f283ad8d308ad1d75b..b7bd67fb887bfc28e0c982e5366312c711b0b68b 100644
--- a/chrome/browser/resources/settings/people_page/sync_page.html
+++ b/chrome/browser/resources/settings/people_page/sync_page.html
@@ -34,7 +34,7 @@
#existingPassphraseContainer,
#passphraseRecoverHint {
- align-items: flex-end;
+ align-items: center;
}
#existingPassphraseInput {
@@ -43,6 +43,8 @@
display: inline-block;
--paper-input-container: {
padding: 0;
+ /* TODO(scottchen): remove margin once large font properly padded. */
dpapad 2017/02/25 00:42:18 Is there a bug you could link here?
scottchen 2017/02/28 18:47:00 I don't think so, it's just the part of the genera
+ margin-bottom: 1rem;
};
}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_vars_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698