mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-13 00:41:59 +03:00
Altered 'ol' element padding to not clip numbering
Allows usage to 3-digits now Closes #204
This commit is contained in:
@ -252,7 +252,7 @@ ul {
|
|||||||
|
|
||||||
ol {
|
ol {
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
padding-left: $-m * 1.3;
|
padding-left: $-m * 2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user