From bfb19a110d93ce5cb7c09fee2442651db182ca4b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 2 May 2023 09:45:44 +0200 Subject: [PATCH] docs(html): right-align inline tags (#23403) --- scripts/gen_help_html.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index e2ab70eca2..1bddd3aa8b 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -927,6 +927,9 @@ local function gen_css(fname) /* Tag pseudo-header common in :help docs. */ .help-tag-right { color: var(--tag-color); + margin-left: auto; + margin-right: 0; + float: right; } h1 .help-tag, h2 .help-tag, h3 .help-tag { font-size: smaller;