Bug 1525662 - Part 5: Turn on word wrapping by default for plain text documents on mobile. r=snorp

Differential Revision: https://phabricator.services.mozilla.com/D19308

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jan Henning 2019-03-05 18:01:23 +00:00
parent 8b6b062f8e
commit ae8ca78a46

View File

@ -380,6 +380,9 @@ pref("browser.ui.zoom.force-user-scalable", false);
// With the typical screen sizes on mobile devices, we want to wrap page sources by default.
pref("view_source.wrap_long_lines", true);
// Ditto for plain text documents.
pref("plain_text.wrap_long_lines", true);
pref("ui.touch.radius.enabled", false);
pref("ui.touch.radius.leftmm", 3);