| 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 dfcba57e1a90770fefe14754f2bdaf2cb75c3d4f..535734574b223b6b4cd5b7342fdf0dc670c8c99c 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -229,12 +229,6 @@
|
| min-height: inherit;
|
| }
|
|
|
| - .fixed-height-list {
|
| - max-height: calc((var(--settings-row-min-height) +
|
| - var(--settings-separator-height)) * 6);
|
| - overflow-y: auto;
|
| - }
|
| -
|
| /* A row with two lines of text. Often the lower line will be .secondary.
|
| */
|
| .two-line {
|
|
|