From 85ce480dbe73589529dc4cb9136b8de7530c6d1d Mon Sep 17 00:00:00 2001 From: Ali Farooq Date: Wed, 14 Sep 2022 09:57:16 +0500 Subject: [PATCH] Added margin between checkbox, radio box and text (#251) For issue #250, added margin between checkboxes, radio boxes, and text which was getting messed up when RTL-based language was selected --- src/components/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/style.css b/src/components/style.css index 0b35cf0..5275770 100644 --- a/src/components/style.css +++ b/src/components/style.css @@ -52,6 +52,10 @@ button { padding: 1em; } +#settings label span { + margin-right: 8px; +} + @media print { body * { visibility: hidden;