From 627a28a663297ac992b069851e3156bf510e1b85 Mon Sep 17 00:00:00 2001 From: obozdag Date: Tue, 21 May 2024 08:45:18 +0200 Subject: [PATCH] docs: Prevent text-wrap in user guide Prevent text-wrap in user guide. For example $this- >validateData() should stay unwrapped ($this->validateData()). --- user_guide_src/source/_static/css/citheme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user_guide_src/source/_static/css/citheme.css b/user_guide_src/source/_static/css/citheme.css index 3410fbc5cbb2..b3264e096336 100644 --- a/user_guide_src/source/_static/css/citheme.css +++ b/user_guide_src/source/_static/css/citheme.css @@ -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 {