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

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

Issue 2409003002: [MD settings] flag to enable site settings All sites and Site details pages (Closed)
Patch Set: merge with master; fix typo Created 4 years, 2 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/settings/site_settings/site_list.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 371b8a391af30bbbcddd9c02d6b6af47574ebd60..ac07ddc534e076e18169b93844941aac003c483e 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -307,16 +307,18 @@
min-height: var(--settings-row-two-line-min-height);
}
- /*
- * A single start-aligned column, generally but not necessarily used in
- * combination with two-line.
- */
+ /* A start-aligned column. */
.single-column {
align-items: flex-start;
flex-direction: column;
justify-content: center;
}
+ /* A settings-box with no height other than the separator line. */
+ .settings-box.line-only {
+ min-height: 0;
+ }
+
/* The lower line of text in a two-line row. */
.secondary {
@apply(--settings-secondary);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/settings/site_settings/site_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698