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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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 {