mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-18 22:28:49 +00:00
Merge branch 'master' of github.com:benallfree/pockethost
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</script>
|
||||
|
||||
<div class="copy-container">
|
||||
<Highlight language={typescript} {code} />
|
||||
<Highlight class="pre" language={typescript} {code} />
|
||||
|
||||
<div class="copy-button">
|
||||
<CopyButton {code} copy={handleCopy} />
|
||||
@@ -30,5 +30,9 @@
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.pre{
|
||||
margin-bottom: 0 ;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user