Modify the code block line number block width.

v1.2.0
kun.peng 2019-10-21 22:25:56 +08:00
parent b20e9e0b87
commit b3b8c0d6e1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pre.line-numbers > code {
font-size: 100%;
/*background-color: #EBEDED;*/
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
width: 2.6em; /* works for line-numbers below 1000 lines */
letter-spacing: -1px;
-webkit-user-select: none;
-moz-user-select: none;