Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7885)

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2813803002: [MD settings] vertical align left edge of icons and text (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 9d0e6a13e963d36e96a18f50fc6c59ab46989585..9283f0dd81a2fce28d57111dedf4d167e6366963 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -134,7 +134,7 @@
paper-radio-button {
--paper-radio-button-checked-color: var(--google-blue-500);
- --paper-radio-button-label-spacing: 18px;
+ --paper-radio-button-label-spacing: 22px;
--paper-radio-button-unchecked-color: var(--paper-grey-600);
-webkit-margin-start: 2px;
align-items: center;
@@ -178,7 +178,7 @@
}
/* A list-item is intended to be contained within a list-frame. The list
- * frame will setup the initial start margin. */
+ * frame will set up the initial start margin. */
.list-item {
align-items: center;
display: flex;

Powered by Google App Engine
This is Rietveld 408576698