mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-23 12:44:06 +08:00
Altered 'ol' element padding to not clip numbering
Allows usage to 3-digits now Closes #204
This commit is contained in:
parent
6329a1842a
commit
5cfb7b8de4
@ -252,7 +252,7 @@ ul {
|
||||
|
||||
ol {
|
||||
list-style: decimal;
|
||||
padding-left: $-m * 1.3;
|
||||
padding-left: $-m * 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user