mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Fix for long numbers in line numbers column (up to 5 digits which should be enough).
This commit is contained in:
parent
7ba1d5da6b
commit
78f39383f3
@ -256,6 +256,11 @@ h6
|
||||
background-color: lightyellow;
|
||||
}
|
||||
|
||||
.prettyprint ol.linenums
|
||||
{
|
||||
padding-left: 70px;
|
||||
}
|
||||
|
||||
.params, .props
|
||||
{
|
||||
border-spacing: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user