Skip to content

Commit

Permalink
docs: Prevent text-wrap for span.pre in user guide citheme.css
Browse files Browse the repository at this point in the history
Add span.pre to span.std to prevent text-wrap in user guide citheme.css
  • Loading branch information
obozdag committed May 30, 2024
1 parent dcbcf38 commit ab79676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_guide_src/source/_static/css/citheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
background-color: #fffff0;
}

span.std {
span.std,
span.pre {
text-wrap: nowrap;
}

Expand Down

0 comments on commit ab79676

Please sign in to comment.