Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html |
index de23135c5f2c5e05aaaec7fe57f49ede16d74815..738ed42c470d62f1158bf456e58d5689a5b85057 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html |
@@ -3,8 +3,6 @@ |
<template> |
<style> |
:host { |
- -webkit-margin-end: 20px; |
- -webkit-margin-start: 20px; |
display: flex; |
flex-direction: column; |
} |
@@ -14,10 +12,6 @@ |
font-weight: 500; |
} |
- .heading { |
- margin-bottom: 8px; |
- } |
- |
paper-icon-button { |
-webkit-margin-end: 0; |
-webkit-margin-start: 20px; |
@@ -27,11 +21,6 @@ |
width: 20px; |
} |
- .item-list { |
- -webkit-margin-start: 36px; |
- margin-bottom: 16px; |
- } |
- |
.list-with-header > div:first-of-type { |
border-top: var(--settings-separator-line); |
} |