Fix white space between series description and border

This commit is contained in:
2025-11-20 22:54:24 -05:00
parent 7b9e8a94f0
commit face5e1fbe

View File

@@ -736,10 +736,13 @@ fieldset > table td input[type="radio"] {
padding: 0; padding: 0;
} }
.series-description { .series-description {
margin: 0; margin: 0 0 1rem 0;
padding: 0; padding: 0;
font-style: italic; font-style: italic;
} }
.series-desciption > *:last-child {
margin-bottom: 0;
}
.sr-only { .sr-only {
position: absolute; position: absolute;
width: 1px; width: 1px;