Index: chrome/browser/resources/settings/settings_shared_css.html |
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html |
index 4aa064296b0e9e7779b26676d9ea1eecea94f176..4725dd38432d437dedc941d9d778bed084e8065b 100644 |
--- a/chrome/browser/resources/settings/settings_shared_css.html |
+++ b/chrome/browser/resources/settings/settings_shared_css.html |
@@ -28,8 +28,8 @@ |
font-size: inherit; |
font-weight: 500; |
margin: 0; |
- padding-top: 24px; |
padding-bottom: 12px; |
+ padding-top: 24px; |
} |
iron-icon[icon='cr:check'], |
@@ -216,11 +216,11 @@ |
/* This button has no ink ripple. */ |
.list-button[is='action-link'] { |
- min-height: inherit; |
- display: flex; |
align-items: center; |
+ display: flex; |
flex: 1; |
font-weight: 500; |
+ min-height: inherit; |
} |
/* A row with two lines of text. Often the lower line will be .secondary. |
@@ -305,8 +305,8 @@ |
[scrollable] .no-outline { |
background: none; |
- outline: none; |
cursor: initial; |
+ outline: none; |
} |
/* The secondary-action wraps a clickable sub-area of a .settings-box. |