From 51d76e819be81a57e65d3d50e9cae4f0bc159ac0 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 28 May 2020 02:21:01 -0400 Subject: [PATCH] Proper padding for the copy button --- docs/_static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_static/style.css b/docs/_static/style.css index 26b2c8d6c..176dc32bf 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -267,8 +267,7 @@ div.modal-content > span.close:focus { border: 1px solid var(--codeblock-border); line-height: 0.8em; font-size: 0.9em; - padding-left: 0.2em; - padding-right: 0.2em; + padding: 0.2em 0.5em; border-bottom-left-radius: 4px; text-align: center; }