Skip to content

Commit ab79676

Browse files
authored
docs: Prevent text-wrap for span.pre in user guide citheme.css
Add span.pre to span.std to prevent text-wrap in user guide citheme.css
1 parent dcbcf38 commit ab79676

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_guide_src/source/_static/css/citheme.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
245245
background-color: #fffff0;
246246
}
247247

248-
span.std {
248+
span.std,
249+
span.pre {
249250
text-wrap: nowrap;
250251
}
251252

0 commit comments

Comments
 (0)