From 483c98301b56465caabee32c59221e7a4904b23a Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 31 May 2024 14:43:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Add=20collapse=20button=20to=20`?= =?UTF-8?q?clean=5Fxxx`=20layouts=20(#1187)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sphinx_needs/defaults.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sphinx_needs/defaults.py b/sphinx_needs/defaults.py index a051b1dc7..0ff7e106f 100644 --- a/sphinx_needs/defaults.py +++ b/sphinx_needs/defaults.py @@ -15,7 +15,10 @@ LAYOUT_COMMON_SIDE = { "side": ['<>'], - "head": ['<>: **<>** <>'], + "head": [ + '<>: **<>** <> ' + '<> ' + ], "meta": ["<>", "<>"], }