From 912f17c1bc364e057140c817c6ce9bea39010ab1 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 7 May 2024 16:19:46 +0800 Subject: [PATCH] add spaces between labels --- styles/fonts/all.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/fonts/all.css b/styles/fonts/all.css index e32fd9f..d5dba0f 100644 --- a/styles/fonts/all.css +++ b/styles/fonts/all.css @@ -6,4 +6,12 @@ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; +} + +label { + display: block; + margin-block-start: .25em; + margin-block-end: .25em; + margin-inline-start: 0px; + margin-inline-end: 0px; } \ No newline at end of file