Removed overflow hidden from all lists

- Was causing ol list numbers to be cut off.

Fixes #1978
This commit is contained in:
Dan Brown 2020-04-05 18:05:51 +01:00
parent 5f61620cc2
commit 02f7ffe53c
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -262,7 +262,6 @@ span.highlight {
* Lists
*/
ul, ol {
overflow: hidden;
p {
margin: 0;
}