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 2ffad3d5cd246e95620ac6aa4fbb96d3e4e57d58..b0661c48f801d4d945b6e38d9db2751f291c5752 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -268,7 +268,7 @@ |
| /* A row with two lines of text. Often the lower line will be .secondary. |
| */ |
| .settings-box.two-line { |
| - min-height: 56px; |
| + min-height: var(--settings-row-two-line-min-height); |
| } |
| /* |