Skip to content

Commit

Permalink
PS-9324 [DOC] Fix the copy button getting merged in text in the code …
Browse files Browse the repository at this point in the history
…blocks (#432)

Update design.css
  • Loading branch information
alina-derkach-oaza authored Dec 13, 2024
1 parent 615114f commit cbd3d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/css/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
vertical-align: baseline;
padding: 0 0.2em 0.1em;
border-radius: 0.15em;
white-space: pre-wrap; /* Ensure long lines wrap */
}
.md-typeset .highlight code span,
.md-typeset code,
Expand Down Expand Up @@ -730,4 +731,4 @@ i[warning] [class*="moji"] {
padding: 1em;
}
}
/**/
/**/

0 comments on commit cbd3d88

Please sign in to comment.