Skip to content

Commit cbd3d88

Browse files
PS-9324 [DOC] Fix the copy button getting merged in text in the code blocks (#432)
Update design.css
1 parent 615114f commit cbd3d88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/css/design.css

+2-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,
@@ -730,4 +731,4 @@ i[warning] [class*="moji"] {
730731
padding: 1em;
731732
}
732733
}
733-
/**/
734+
/**/

0 commit comments

Comments
 (0)