diff --git a/src/pyj/book_list/main.pyj b/src/pyj/book_list/main.pyj index bbf715eceb..efea3b0234 100644 --- a/src/pyj/book_list/main.pyj +++ b/src/pyj/book_list/main.pyj @@ -59,7 +59,7 @@ def init_ui(): install(translations) get_translations(translations) remove_initial_progress_bar() - document.head.appendChild(E.style(get_widget_css())) + document.head.appendChild(E.style('body { overflow-wrap: break-word; word-wrap: break-word; word-break: break-all; }\n' + get_widget_css())) set_css(document.body, background_color=get_color('window-background'), color=get_color('window-foreground')) document.body.appendChild(E.div()) document.body.lastChild.appendChild(E.div(id=book_list_container_id, style='display: none'))