| Index: chrome/browser/resources/md_history/shared_style.html
|
| diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html
|
| index bf28c0bac1d486f4af22f21dd47d1778503e4155..45c56d565c005271d108f08c8b7b6b8d3d4742e8 100644
|
| --- a/chrome/browser/resources/md_history/shared_style.html
|
| +++ b/chrome/browser/resources/md_history/shared_style.html
|
| @@ -8,12 +8,12 @@
|
| }
|
|
|
| .card-title {
|
| - @apply(--layout-center);
|
| - @apply(--layout-horizontal);
|
| -webkit-padding-start: 20px;
|
| + align-items: center;
|
| border-bottom: 1px solid var(--card-border-color);
|
| border-radius: 2px 2px 0 0;
|
| color: var(--primary-text-color);
|
| + display: flex;
|
| font-size: 14px;
|
| font-weight: 500;
|
| height: 48px;
|
|
|