Skip to content

Commit cf165d8

Browse files
PS-9324 [DOC] Fix the copy button getting merged in text in the code block (#431)
modified: docs/css/design.css
1 parent 50c551a commit cf165d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/css/design.css

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
vertical-align: baseline;
270270
padding: 0 0.2em 0.1em;
271271
border-radius: 0.15em;
272+
white-space: pre-wrap; /* Ensure long lines wrap */
272273
}
273274
.md-typeset .highlight code span,
274275
.md-typeset code,

0 commit comments

Comments
 (0)