From face5e1fbe2886a0d7c375a4376f72ef24e34c8f Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 20 Nov 2025 22:54:24 -0500 Subject: [PATCH] Fix white space between series description and border --- public_html/css/hpr.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index cff0f84..017aa42 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -736,10 +736,13 @@ fieldset > table td input[type="radio"] { padding: 0; } .series-description { - margin: 0; + margin: 0 0 1rem 0; padding: 0; font-style: italic; } +.series-desciption > *:last-child { + margin-bottom: 0; +} .sr-only { position: absolute; width: 1px;