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

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

Issue 2888003002: Settings: Network: Fix flex layout (Closed)
Patch Set: Created 3 years, 7 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 570db9fbb40e46e7cb0dffa2261e0df2d22e219e..020b54272a4735c3e850227851cff3b36992f62c 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.html
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
@@ -34,8 +34,7 @@
<!-- Propety label -->
<div>[[getPropertyLabel_(item, prefix)]]</div>
<!-- Uneditable property value -->
- <div class="layout horizontal"
- hidden="[[isEditable_(item, '', propertyDict, editFieldTypes)]]">
+ <div hidden="[[isEditable_(item, '', propertyDict, editFieldTypes)]]">
<div class="secondary">
[[getPropertyValue_(item, prefix, propertyDict)]]
</div>

Powered by Google App Engine
This is Rietveld 408576698