Skip to content

Commit

Permalink
docs: Prevent text-wrap in user guide
Browse files Browse the repository at this point in the history
Prevent text-wrap in user guide. For example $this-
>validateData() should stay unwrapped ($this->validateData()).
  • Loading branch information
obozdag authored May 21, 2024
1 parent 9d54096 commit 627a28a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_guide_src/source/_static/css/citheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
background-color: #fffff0;
}

span.std {
text-wrap: nowrap;
}

/* Messages ----------------------------------------------------------------- */

.rst-content .success {
Expand Down

0 comments on commit 627a28a

Please sign in to comment.