Open aeschli opened 1 year ago
From https://github.com/microsoft/vscode/issues/193639
.item > div:nth-child(1 of :not(.hidden)) { padding-left: var(--item_margin); } .item > div:nth-last-child(1 of :not(.hidden)) { padding-right: var(--item_margin); }
it highlights the n wrong.
n
From https://github.com/microsoft/vscode/issues/193639
it highlights the
n
wrong.