Fixes #4075: overflow in book box in html.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 23 Jul 2020 11:57:34 +0000 (13:57 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000 (14:15 +0200)
src/wolnelektury/static/scss/book_text/book_box.scss

index d63466b..e3a17b6 100644 (file)
@@ -2,7 +2,7 @@
     margin: 0;
     padding: 0;
     overflow: visible;
-    max-width: 488px;
+    max-width: 560px;
 
     .book-box .book-box-inner {
         border: none;