Index: chrome/browser/resources/md_history/synced_device_card.html |
diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html |
index b02316a231322f6c18a128064479b96d13851a01..6a275a4298bb97b0a9545aee92b6d35e7c3d2628 100644 |
--- a/chrome/browser/resources/md_history/synced_device_card.html |
+++ b/chrome/browser/resources/md_history/synced_device_card.html |
@@ -12,9 +12,9 @@ |
<template> |
<style include="shared-style"> |
:host { |
- @apply(--layout-center); |
- @apply(--layout-vertical); |
- padding: 0 var(--card-padding-side) var(--card-padding-between); |
+ @apply(--card-sizing); |
+ display: block; |
+ padding-bottom: var(--card-padding-between); |
} |
#card-heading { |
@@ -60,9 +60,6 @@ |
border: 1px solid var(--card-border-color); |
border-bottom-width: 2px; |
border-radius: 2px; |
- max-width: var(--card-max-width); |
- min-width: var(--card-min-width); |
- width: 100%; |
} |
#item-container { |