mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 04:52:44 +08: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