move spacing to parent

This commit is contained in:
Simon Knott 2024-09-30 09:03:21 +02:00
parent 77ab30fb14
commit 2761ad9d84
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
2 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,5 @@
background-color: var(--vscode-editor-inactiveSelectionBackground);
border: none;
padding: 4px 12px;
margin: 8px 8px 8px 0px;
cursor: pointer;
}

View file

@ -51,7 +51,8 @@
.network-request-details-copy {
display: flex;
margin-left: 10px;
margin: 8px 10px;
gap: 8px;
}
.network-font-preview {