Skip to content

Commit d0e118c

Browse files
authored
1 parent a4f9d32 commit d0e118c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/vs/workbench/contrib/extensions/browser/media/extensionEditor.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,12 @@
496496
font-size: 90%;
497497
display: grid;
498498
grid-template-columns: 40% 60%;
499-
gap: 4px;
499+
gap: 6px;
500+
padding: 2px 4px;
501+
}
502+
503+
.extension-editor > .body > .content > .details > .additional-details-container .more-info-container > .more-info > .more-info-entry:nth-child(odd) {
504+
background-color: rgba(130, 130, 130, 0.04);
500505
}
501506

502507
.extension-editor > .body > .content > .details > .additional-details-container .more-info-container > .more-info > .more-info-entry code {

0 commit comments

Comments
 (0)