From 761d568f7e766e6b4bdb6bad1e0b5309ac7acd68 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 5 Oct 2021 15:42:24 +0900 Subject: [PATCH] Fix: Document Popup - Align radio button --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index ff98c7e2..e92e7edf 100644 --- a/userChrome.css +++ b/userChrome.css @@ -668,7 +668,7 @@ /*- Radio Button ---------------------------------------------------------*/ xul|radio { - margin-inline-start: 0 !important; + /* margin-inline-start: 0 !important; */ appearance: none !important; }