Chromium Code Reviews| 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 651b241c39507a43c800ed3744ecca089990ee8e..17d4c14a7ae2331e1ef35bca2db94cbe70029d07 100644 |
| --- a/chrome/browser/resources/md_history/history_item.html |
| +++ b/chrome/browser/resources/md_history/history_item.html |
| @@ -30,6 +30,10 @@ |
| width: 100%; |
| } |
| + :host([is-first-item]) #main-container { |
| + margin-top: var(--first-card-padding-top); |
| + } |
| + |
| :host([is-card-start]) #main-container { |
| border-top-width: 1px; |
| } |