Skip to content

Commit 4100729

Browse files
authored
Merge pull request #8906 from obozdag/patch-6
docs: Prevent text-wrap in user guide
2 parents 47cb203 + 627a28a commit 4100729

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/_static/css/citheme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
245245
background-color: #fffff0;
246246
}
247247

248+
span.std {
249+
text-wrap: nowrap;
250+
}
251+
248252
/* Messages ----------------------------------------------------------------- */
249253

250254
.rst-content .success {

0 commit comments

Comments
 (0)