From 0be9e0edd734fe1b7f9f9fbb7103a88adfce4427 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 23 Jul 2020 13:57:34 +0200 Subject: [PATCH] Fixes #4075: overflow in book box in html. --- src/wolnelektury/static/scss/book_text/book_box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1