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

Unified Diff: chrome/browser/resources/settings/languages_page/edit_dictionary_page.html

Issue 2525003006: Language settings: tweak Custom Spelling page (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/languages_page/edit_dictionary_page.html
diff --git a/chrome/browser/resources/settings/languages_page/edit_dictionary_page.html b/chrome/browser/resources/settings/languages_page/edit_dictionary_page.html
index 60b978402408f0781428aaa48c29f383f4105d4c..3bca97b97be06ac3b6f6c67e82e80c891e23a535 100644
--- a/chrome/browser/resources/settings/languages_page/edit_dictionary_page.html
+++ b/chrome/browser/resources/settings/languages_page/edit_dictionary_page.html
@@ -16,7 +16,10 @@
}
#newWord {
- flex: .5;
+ width: var(--paper-input-max-width);
+ --paper-input-container-label: {
+ font-size: inherit;
+ };
}
iron-list {
@@ -38,8 +41,10 @@
<div class="settings-box">
<iron-a11y-keys id="keys" keys="enter esc"
on-keys-pressed="onKeysPress_"></iron-a11y-keys>
- <paper-input id="newWord" no-label-float
- label="$i18n{addDictionaryWordLabel}"></paper-input>
+ <div class="start">
+ <paper-input id="newWord" no-label-float
+ label="$i18n{addDictionaryWordLabel}"></paper-input>
+ </div>
<paper-button on-tap="onAddWordTap_">
$i18n{addDictionaryWordButton}
</paper-button>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698