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

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

Issue 2472083003: Increase .settings-box and .settigns-box.two-line height. (Closed)
Patch Set: Created 4 years, 1 month 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/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 721823e59a4af5c4d19f8f685a8255c54a428ab5..b92d1bfcd3e64fbd615dec129dffae68d639a7b9 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -281,7 +281,7 @@
align-items: center;
border-top: var(--settings-separator-line);
display: flex;
- min-height: var(--settings-row-min-height);
+ min-height: var(--settings-box-min-height);
padding: 0 var(--settings-box-row-padding);
}
@@ -300,7 +300,7 @@
/* A row with two lines of text. Often the lower line will be .secondary.
*/
.two-line {
Dan Beam 2016/11/03 18:55:40 should this be .settings-box.two-line?
scottchen 2016/11/03 19:26:22 You're right, I missed the fact that there are oth
scottchen 2016/11/03 22:15:48 Done.
- min-height: var(--settings-row-two-line-min-height);
+ min-height: var(--settings-box-two-line-min-height);
}
/* A start-aligned column. */
« 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