From 7d0cedb1ae419cd3b372d333f8be7fe3a3c1d23d Mon Sep 17 00:00:00 2001 From: l0drex Date: Fri, 29 Jul 2022 16:35:42 +0200 Subject: [PATCH] Improve margin --- src/components/View.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/View.css b/src/components/View.css index 64b05e40..07d73e70 100644 --- a/src/components/View.css +++ b/src/components/View.css @@ -122,3 +122,7 @@ meter { #view-all > * { margin-left: 1rem; } + +#view-all div label { + margin-right: .5rem; +}