Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6787cd6

Browse files
committed
Don't let long code literals extend beyond the right side of the screen
1 parent4dbc102 commit6787cd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎python_docs_theme/static/pydoctheme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,11 @@ div.genindex-jumpbox a {
368368
body {
369369
margin-top:40px;
370370
}
371+
/* Don't let long code literals extend beyond the right side of the screen */
372+
span.pre {
373+
overflow-wrap: break-word;
374+
white-space: unset;
375+
}
371376

372377
/* Top navigation bar */
373378
.mobile-nav {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp