UX: wider code lines so background takes the whole width (#23536)
This commit is contained in:
parent
0623ac684a
commit
fd32ba2e13
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue