From 320c1ddafaa8839cc66129f8935cc91c24feb0dc Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sun, 1 Sep 2019 05:01:49 +0200 Subject: [PATCH] Add a little margin to allow focus outlines --- style/single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/single.css b/style/single.css index 13bb075..4ae2791 100644 --- a/style/single.css +++ b/style/single.css @@ -49,7 +49,7 @@ p.example { } #options > * { - margin: 0; + margin: 2px; } #options > input {