From 644b081d09d27276b0bcf4489d797449c6c63f15 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Mon, 8 May 2023 09:19:26 +0000 Subject: [PATCH] deploy: 142403c6cb8f1893ab2e9ae9d0d94544c74c1327 --- branch/main/_static/css/ansible.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/branch/main/_static/css/ansible.css b/branch/main/_static/css/ansible.css index bf839ba4..cb62348b 100644 --- a/branch/main/_static/css/ansible.css +++ b/branch/main/_static/css/ansible.css @@ -471,9 +471,10 @@ tr .ansibleOptionLink { } /* * Without this, - * for example most links in the page's TOC aren't usable anymore + * for example most links in the page's TOC aren't usable anymore, and tables + * sometimes overlap the text above * */ - section a[id] { + section a[id], section table[id] { padding-top: 0; margin-top: 0; }