diff --git a/web/styles/rendered_markdown.css b/web/styles/rendered_markdown.css index 068c251ed2..042bbb15f9 100644 --- a/web/styles/rendered_markdown.css +++ b/web/styles/rendered_markdown.css @@ -716,7 +716,7 @@ /* Having absolute positioning here ensures that the element doesn't scroll along with the code div in narrow windows */ position: absolute; - right: 2px; + right: 20px; margin-top: -4px; /* Remove the outline when clicking on the copy-to-clipboard button */