diff --git a/docs_theme/js/copy-button.js b/docs_theme/js/copy-button.js index 667460c8b..979c8a962 100644 --- a/docs_theme/js/copy-button.js +++ b/docs_theme/js/copy-button.js @@ -1,7 +1,7 @@ document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll("pre > code").forEach(function (codeBlock) { const button = document.createElement("button"); - button.className = "copy-block-button btn btn-inverse btn-small"; + button.className = "copy-block-button btn btn-inverse btn-mini"; button.type = "button"; button.textContent = "Copy";