From 5912a0bcb539dce1a220656b3b5c382e65014447 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 24 Dec 2022 15:13:40 +0530 Subject: [PATCH] css: bottom padding in refs pre --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index a51ef34..3e44f1e 100644 --- a/static/style.css +++ b/static/style.css @@ -215,6 +215,7 @@ a:hover { .refs pre { white-space: pre-wrap; + padding-bottom: 0.5rem; } .refs strong {