Skip to content

Commit 1187d01

Browse files
committed
Make "Copy" button smaller
1 parent 082b6b6 commit 1187d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_theme/js/copy-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
document.addEventListener("DOMContentLoaded", function () {
22
document.querySelectorAll("pre > code").forEach(function (codeBlock) {
33
const button = document.createElement("button");
4-
button.className = "copy-block-button btn btn-inverse btn-small";
4+
button.className = "copy-block-button btn btn-inverse btn-mini";
55
button.type = "button";
66
button.textContent = "Copy";
77

0 commit comments

Comments
 (0)