fix line-num and line padding and set width for line container to 100%
This commit is contained in:
parent
3e07bf1a6d
commit
c77c5fdacd
@ -6,15 +6,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
table pre.chroma code {
|
.chroma .lnt {
|
||||||
padding: 0.4rem 0;
|
padding-inline-start: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .chroma .lntd:first-of-type {
|
table pre.chroma code {
|
||||||
padding-inline-start: 10px;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chroma .lntd:last-of-type {
|
.chroma .lntd:last-of-type {
|
||||||
padding-inline-end: 10px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
} */
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user