| Index: chrome/browser/resources/md_history/history_item.html | 
| diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html | 
| index a0ea8991fee175dc5a655f013f1ef1b22a47bdfd..9b653e820866f9a3b7db98b4134866cd60fb2490 100644 | 
| --- a/chrome/browser/resources/md_history/history_item.html | 
| +++ b/chrome/browser/resources/md_history/history_item.html | 
| @@ -27,10 +27,6 @@ | 
| @apply(--card-sizing); | 
| } | 
|  | 
| -      :host([is-first-item]) #main-container { | 
| -        margin-top: var(--first-card-padding-top); | 
| -      } | 
| - | 
| :host([is-card-end]) #main-container { | 
| margin-bottom: var(--card-padding-between); | 
| } | 
|  |