From 5239ca70a1767db986b213aa8884c881967d056b Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Thu, 19 Sep 2024 13:18:29 +0200 Subject: [PATCH] Increase the padding right in code snippets that have a copy icon --- app/_assets/stylesheets/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_assets/stylesheets/index.css b/app/_assets/stylesheets/index.css index a0f5e7dd..2bbfb167 100644 --- a/app/_assets/stylesheets/index.css +++ b/app/_assets/stylesheets/index.css @@ -187,7 +187,7 @@ } .copy-code-snippet pre.highlight { - @apply pr-8; + @apply pr-10; } .copy-code-snippet .copy-action {