UX: wider code lines so background takes the whole width (#23536)

This commit is contained in:
Renato Atilio
2023-09-12 12:17:27 -03:00
committed by GitHub
parent 0623ac684a
commit fd32ba2e13

View File

@@ -412,6 +412,7 @@ pre.onebox code ol.lines li {
border-left: 1px solid #cfcfcf;
min-height: 1.5em; //show empty li lines
white-space: pre;
width: max-content;
}
pre.onebox code li.selected {