mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
EPUB catalog generation: Fix some entries going off the left edge of the page for unread/wishlist items
This commit is contained in:
parent
e0dc62c544
commit
0d3cef5022
@ -5113,6 +5113,8 @@ Author '{0}':
|
|||||||
|
|
||||||
if catalog_source_built:
|
if catalog_source_built:
|
||||||
recommendations = []
|
recommendations = []
|
||||||
|
recommendations.append(('remove_fake_margins', False,
|
||||||
|
OptionRecommendation.HIGH))
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
recommendations.append(('comments', '\n'.join(line for line in build_log),
|
recommendations.append(('comments', '\n'.join(line for line in build_log),
|
||||||
OptionRecommendation.HIGH))
|
OptionRecommendation.HIGH))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user