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

Unified Diff: chrome/browser/resources/settings/settings_vars_css.html

Issue 2813963003: MD Settings: fix paper-input label line-height (Closed)
Patch Set: Created 3 years, 8 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/settings_vars_css.html
diff --git a/chrome/browser/resources/settings/settings_vars_css.html b/chrome/browser/resources/settings/settings_vars_css.html
index a0b7962f01aefeba49d24f85f7ab3d487ab149e1..69e23aca87364144ae59869ad44d3595971331b7 100644
--- a/chrome/browser/resources/settings/settings_vars_css.html
+++ b/chrome/browser/resources/settings/settings_vars_css.html
@@ -112,7 +112,7 @@
--paper-input-container-label-floating: {
/* Using "rem" to make it easier to equalize with other labels. */
font-size: 1rem;
- line-height: 1.25rem;
+ line-height: 1.65rem;
};
--paper-input-error: {
font-size: 92.31%; /* Should be 12px when 100% is 13px. */
« 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