Skip to content

Commit 627a28a

Browse files
authored
docs: Prevent text-wrap in user guide
Prevent text-wrap in user guide. For example $this- >validateData() should stay unwrapped ($this->validateData()).
1 parent 9d54096 commit 627a28a

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)