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 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. */ |