Chromium Code Reviews| 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..d2f7cb639a7cd1c7f2ae544d017351e85a334874 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 seprator line. */ |
|
Dan Beam
2016/10/13 04:37:32
separator
dschuyler
2016/10/13 18:56:15
Done.
|
| + .settings-box.line-only { |
| + min-height: 0; |
| + } |
| + |
| /* The lower line of text in a two-line row. */ |
| .secondary { |
| @apply(--settings-secondary); |