| Index: chrome/browser/resources/md_history/grouped_list.html
|
| diff --git a/chrome/browser/resources/md_history/grouped_list.html b/chrome/browser/resources/md_history/grouped_list.html
|
| index 0283ff97f4f93947034379cbf78ee03bb716d851..1b388581b53eae0cb539559675ccf0bd3ae81fc3 100644
|
| --- a/chrome/browser/resources/md_history/grouped_list.html
|
| +++ b/chrome/browser/resources/md_history/grouped_list.html
|
| @@ -24,7 +24,7 @@
|
| .domain-heading {
|
| align-items: center;
|
| display: flex;
|
| - height: 40px;
|
| + height: var(--item-height);
|
| padding: 0 20px;
|
| }
|
|
|
| @@ -41,6 +41,7 @@
|
| background: #fff;
|
| border: 1px solid var(--card-border-color);
|
| border-bottom-width: 2px;
|
| + border-radius: 2px;
|
| margin-bottom: var(--card-padding-between);
|
| max-width: var(--card-max-width);
|
| min-width: var(--card-min-width);
|
|
|