mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Removed overflow hidden from all lists
- Was causing ol list numbers to be cut off. Fixes #1978
This commit is contained in:
parent
5f61620cc2
commit
02f7ffe53c
@ -262,7 +262,6 @@ span.highlight {
|
||||
* Lists
|
||||
*/
|
||||
ul, ol {
|
||||
overflow: hidden;
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user