Skip to content

Commit f428f0b

Browse files
committed
Display source code in full width
By setting width to 100%, it ensures the source code container takes up the full width of its parent container.
1 parent be2efc2 commit f428f0b

File tree

1 file changed

+1
-1
lines changed
  • lib/rdoc/generator/template/aliki/css

1 file changed

+1
-1
lines changed

lib/rdoc/generator/template/aliki/css/rdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ main .anchor-link:target {
11131113
main .method-source-code {
11141114
visibility: hidden;
11151115
max-height: 0;
1116-
overflow: auto;
1116+
width: 100%;
11171117
transition: max-height var(--transition-base), visibility var(--transition-base);
11181118
}
11191119

0 commit comments

Comments
 (0)