Skip to content

Commit bc0baee

Browse files
authored
Fix CSS to prevent method name overflow (#1686)
1 parent 1a93438 commit bc0baee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/rdoc/generator/template/aliki/css

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,7 @@ main .method-heading .method-callseq {
13291329

13301330
main .method-heading .method-name {
13311331
font-weight: var(--font-weight-semibold);
1332+
overflow-wrap: anywhere;
13321333
}
13331334

13341335
main .method-heading .method-args {

0 commit comments

Comments
 (0)