From 8db03fd0c8c04dee57621d7ba0f71ba36288ac66 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Nov 2019 14:07:44 +0530 Subject: [PATCH] ... --- src/pyj/read_book/prefs/layout.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/prefs/layout.pyj b/src/pyj/read_book/prefs/layout.pyj index 153b712e4f..02cd2860e9 100644 --- a/src/pyj/read_book/prefs/layout.pyj +++ b/src/pyj/read_book/prefs/layout.pyj @@ -49,7 +49,7 @@ def create_layout_panel(container, apply_func, cancel_func): )) def sec(text): - container.appendChild(E.div(text, style='margin: 2ex 1rem; padding-top:2ex; border-top: solid 1px; max-width: 70em')) + container.appendChild(E.div(text, style='margin: 2ex 1rem; padding-top:2ex; border-top: solid 1px; max-width: 50em')) sec(_('Choose the page layout mode. In paged mode, the text is split up into individual pages, as in a paper book. In flow mode' ' text is presented as one long scrolling page, as in web browsers.'))