Index: chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
index 3e927cb27c6721fcdb501f3c530222d6f13e79fd..37dc62f8714a7ea0d79361e447b2ccbe028756f8 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html |
@@ -3,11 +3,11 @@ |
<link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input.html"> |
+<link rel="import" href="/md_select_css.html"> |
<link rel="import" href="/settings_shared_css.html"> |
-<link rel="import" href="/select_css.html"> |
<dom-module id="settings-credit-card-edit-dialog"> |
- <style include="settings-shared select"> |
+ <style include="settings-shared md-select"> |
paper-input { |
width: var(--paper-input-max-width); |
} |