Skip to content

Commit 482b8bb

Browse files
authored
Merge pull request #8923 from obozdag/patch-12
docs: Prevent text-wrap for span.pre in user guide citheme.css
2 parents 7af34e5 + ab79676 commit 482b8bb

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)