From: Dan Brown Date: Sun, 5 Apr 2020 17:05:51 +0000 (+0100) Subject: Removed overflow hidden from all lists X-Git-Tag: v0.29.0~1^2~17 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/02f7ffe53ceca1f83676473cf741b47401814b34 Removed overflow hidden from all lists - Was causing ol list numbers to be cut off. Fixes #1978 --- diff --git a/resources/sass/_text.scss b/resources/sass/_text.scss index 00fc772cc..8d2759b91 100644 --- a/resources/sass/_text.scss +++ b/resources/sass/_text.scss @@ -262,7 +262,6 @@ span.highlight { * Lists */ ul, ol { - overflow: hidden; p { margin: 0; }