From df6803cbe3e13533083d71c685f2bc5768f81b31 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 20 Jan 2024 14:32:53 -0500 Subject: [PATCH] label sizing --- src/stylelite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylelite.css b/src/stylelite.css index b10469e..3b8e4cf 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -62,7 +62,7 @@ ol, ul {margin-left: 1rem} li {margin-left: 1rem} label { - display: inline; + display: inline-block; font-weight: 600; color: var(--dark); padding: .5rem 0;