| Index: chrome/browser/resources/md_history/history_list.html
|
| diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html
|
| index f5b641b02bf38803f0ccaef8f4754cb30f5161b8..bfdb2da1d558efd98eccc54cc9d6fefb70be5764 100644
|
| --- a/chrome/browser/resources/md_history/history_list.html
|
| +++ b/chrome/browser/resources/md_history/history_list.html
|
| @@ -13,11 +13,11 @@
|
| box-sizing: border-box;
|
| display: block;
|
| overflow: auto;
|
| - padding-top: var(--first-card-padding-top);
|
| }
|
|
|
| iron-list {
|
| @apply(--card-sizing);
|
| + margin-top: var(--first-card-padding-top);
|
| }
|
| </style>
|
| <div id="no-results" class="centered-message"
|
|
|