From 98862e865373f9e8d11c7ee9604dd7adb5ac1f46 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Mon, 8 May 2023 09:19:04 +0000 Subject: [PATCH] deploy: c3b523a11e66ba99bfcf0fea27421c39cfef5a0f --- 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; }