Merge branch 'patch-1' of git://github.com/MikeyMJCO/BookStack into MikeyMJCO-patch-1

This commit is contained in:
Dan Brown 2020-03-14 20:53:28 +00:00
commit 775ee1bde3
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -295,6 +295,13 @@ li.checkbox-item, li.task-list-item {
}
}
li > ol, li > ul {
margin-block-end: 0px;
margin-block-start: 0px;
padding-block-end: 0px;
padding-block-start: 0px;
}
/*
* Generic text styling classes
*/