From 17a4127632cf5ef0c0a0d6b820c2151222c7c5ec Mon Sep 17 00:00:00 2001 From: David Kibui Date: Sun, 19 Oct 2025 16:36:04 +0300 Subject: [PATCH] Fix missing indentation on targeted method-detail elements --- lib/rdoc/generator/template/darkfish/css/rdoc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index c84a604c8c..3e50f47cd2 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -582,6 +582,7 @@ main .method-detail { main .method-detail:target { margin-left: -10px; border-left: 10px solid var(--border-color); + padding-inline-start: 1em; } main .method-header {