| 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 0db7f2db557a0a30fcdde8f7801969c87e48b8b4..b6b63d3670995e2a1fd3117ad545159af93acc64 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -344,7 +344,11 @@
|
| align-items: center;
|
| display: flex;
|
| flex-shrink: 0;
|
| - height: var(--settings-row-min-height);
|
| + height: 36px;
|
| + }
|
| +
|
| + :-webkit-any(.settings-box, .list-item).two-line .secondary-action {
|
| + height: 46px;
|
| }
|
|
|
| /* Helper for a list frame to automatically avoid the separator line. */
|
|
|