From 88dcf7f338335cb4615db2f704366ef477b34287 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 14 Mar 2021 19:44:39 +0800 Subject: [PATCH] doc/_themes: remove the spacing in "dl dt" see https://docs.ceph.com/en/latest/dev/developer_guide/running-tests-locally/#internal-working-of-vstart-runner-py Signed-off-by: Kefu Chai --- doc/_themes/ceph/static/ceph.css_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_themes/ceph/static/ceph.css_t b/doc/_themes/ceph/static/ceph.css_t index 3f7c0afb07c67..60c2a476054a6 100644 --- a/doc/_themes/ceph/static/ceph.css_t +++ b/doc/_themes/ceph/static/ceph.css_t @@ -134,7 +134,7 @@ html.writer-html5 .rst-content table.docutils th, /* lists */ .rst-content .section dl:not(.docutils) dt { - display: table-cell; + display: inline-block; } .rst-content table.docutils ul + ul { -- 2.39.5