From e35f4e26449e85b5d1c47fbe2a41581d38efaa01 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 17 Feb 2023 20:48:52 +0800 Subject: [PATCH] Vite complain this is too complex --- src/components/status.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 99d91bbd..5a349c6b 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -952,7 +952,8 @@ a.card:is(:hover, :focus) { padding: 0; } -#edit-history :is(ol, ol li) { +#edit-history ol, +#edit-history ol li { list-style: none; margin: 0; padding: 0;