mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 06:40:01 +08:00
Removed overflow hidden from all lists
- Was causing ol list numbers to be cut off. Fixes #1978
This commit is contained in:
@ -262,7 +262,6 @@ span.highlight {
|
||||
* Lists
|
||||
*/
|
||||
ul, ol {
|
||||
overflow: hidden;
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user