From f6c3aff7157bf3797cfff024d53bcc5a5f34daff Mon Sep 17 00:00:00 2001 From: Phanindra kumar Paladi Date: Fri, 8 Sep 2023 16:38:03 +0530 Subject: [PATCH] Fixes the issue 7402 Signed-off-by: Phanindra kumar Paladi --- docs/_sass/overview.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_sass/overview.scss b/docs/_sass/overview.scss index 0053d111bf8..1861eb8cf54 100644 --- a/docs/_sass/overview.scss +++ b/docs/_sass/overview.scss @@ -31,7 +31,7 @@ div.overview { h2[id]:before, h4[id]:before, h5[id]:before { - display: block; + display: inline-block; content: " "; visibility: hidden; } @@ -83,4 +83,4 @@ a:hover, a > strong:hover { .image-right { float: right; padding-right: 10px; -} +} \ No newline at end of file