We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e55e6 commit 4c2a443Copy full SHA for 4c2a443
docs/build.py
@@ -346,7 +346,7 @@ def build_html(cards_html: str) -> str:
346
justify-content: space-between;
347
}}
348
349
- .code-block code {{ flex: 1; user-select: all; }}
+ .code-block code {{ flex: 1; user-select: all; overflow-x: auto; }}
350
351
.copy-btn {{
352
background: none;
docs/index.html
@@ -159,7 +159,7 @@
159
160
}
161
162
- .code-block code { flex: 1; user-select: all; }
+ .code-block code { flex: 1; user-select: all; overflow-x: auto; }
163
164
.copy-btn {
165
0 commit comments