torchlight: line highlights should fit the content

This commit is contained in:
John Bowdre 2024-06-20 21:15:47 -05:00
parent 1e5b48819c
commit af2db08257

View file

@ -33,6 +33,7 @@ padding from the code block above.
pre.torchlight .line { pre.torchlight .line {
padding-left: 1rem; padding-left: 1rem;
padding-right: 1rem; padding-right: 1rem;
width: fit-content;
} }
/* /*