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

Unified Diff: chrome/browser/resources/settings/site_settings/site_data_details_dialog.html

Issue 2191203002: [MD settings] remove label float from dropdowns so that they center correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/site_settings/site_data_details_dialog.html
diff --git a/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html b/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
index a663b0afe2d5008b9056f5c60df42689791f2672..9ec87a0492c62976a7fd468ffcbb411ce23d571d 100644
--- a/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html
@@ -18,7 +18,7 @@
<div class="body">
<div class="layout horizontal" id="container">
<div class="flex">
- <paper-dropdown-menu vertical-align="auto">
+ <paper-dropdown-menu vertical-align="auto" no-label-float>
<paper-listbox id="picker" class="dropdown-content"
attr-for-selected="picker-value"
on-iron-activate="onItemSelected_">

Powered by Google App Engine
This is Rietveld 408576698