From: Radek Czajka Date: Thu, 23 Jul 2020 11:57:34 +0000 (+0200) Subject: Fixes #4075: overflow in book box in html. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/0be9e0edd734fe1b7f9f9fbb7103a88adfce4427 Fixes #4075: overflow in book box in html. --- diff --git a/src/wolnelektury/static/scss/book_text/book_box.scss b/src/wolnelektury/static/scss/book_text/book_box.scss index d63466b4a..e3a17b6ad 100644 --- a/src/wolnelektury/static/scss/book_text/book_box.scss +++ b/src/wolnelektury/static/scss/book_text/book_box.scss @@ -2,7 +2,7 @@ margin: 0; padding: 0; overflow: visible; - max-width: 488px; + max-width: 560px; .book-box .book-box-inner { border: none;