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

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

Issue 2786313006: MD Settings: Fix native languge name wrapping. (Closed)
Patch Set: 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
« 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/add_languages_dialog.html
diff --git a/chrome/browser/resources/settings/languages_page/add_languages_dialog.html b/chrome/browser/resources/settings/languages_page/add_languages_dialog.html
index bc07c775f0f899c55a8013c9f092783504ceae0f..2c2453263e575a4e45411f0a3112812f1c123276 100644
--- a/chrome/browser/resources/settings/languages_page/add_languages_dialog.html
+++ b/chrome/browser/resources/settings/languages_page/add_languages_dialog.html
@@ -30,6 +30,12 @@
/* Create a little extra space for checkbox ink ripple to flow into. */
-webkit-padding-start: 20px;
}
+
+ paper-checkbox {
+ --paper-checkbox-label: {
+ white-space: nowrap;
+ }
+ }
</style>
<dialog is="cr-dialog" id="dialog" close-text="$i18n{close}">
<div class="title">$i18n{addLanguagesDialogTitle}</div>
« 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