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

Unified Diff: chrome/browser/resources/settings/internet_page/network_property_list.html

Issue 2723403004: MD Settings: Internet details: Fix proxy toggle and polish (Closed)
Patch Set: Rebase Created 3 years, 9 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/internet_page/network_property_list.html
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
index a751c4920abb58e5274b05f3e3ed51a8e17e7fbd..fb2b8b5c31fc500fe729f89edb75c7e0fcea8aac 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.html
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
@@ -25,7 +25,7 @@
}
cr-policy-network-indicator {
- padding: 0 var(--cr-icon-padding);
+ -webkit-margin-start: var(--checkbox-spacing);
}
</style>
<template is="dom-repeat" items="[[fields]]"

Powered by Google App Engine
This is Rietveld 408576698