move spacing to parent
This commit is contained in:
parent
77ab30fb14
commit
2761ad9d84
|
|
@ -18,6 +18,5 @@
|
||||||
background-color: var(--vscode-editor-inactiveSelectionBackground);
|
background-color: var(--vscode-editor-inactiveSelectionBackground);
|
||||||
border: none;
|
border: none;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
margin: 8px 8px 8px 0px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
@ -51,7 +51,8 @@
|
||||||
|
|
||||||
.network-request-details-copy {
|
.network-request-details-copy {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: 10px;
|
margin: 8px 10px;
|
||||||
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.network-font-preview {
|
.network-font-preview {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue