Skip to content

Commit 32609cb

Browse files
committed
nav summary alignment
1 parent 7fc5d8c commit 32609cb

File tree

1 file changed

+5
-0
lines changed
  • lib/rdoc/generator/template/rorvswild/css

1 file changed

+5
-0
lines changed

lib/rdoc/generator/template/rorvswild/css/rdoc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ details > summary {
194194
display: flex;
195195
width: 100%;
196196
gap: 4px;
197+
padding: 0 0.25rem;
198+
}
199+
200+
details > summary:has(> a) {
201+
padding: 0;
197202
}
198203

199204
summary::-webkit-details-marker { display: none; }

0 commit comments

Comments
 (0)