From 1539a23af04e3389af7511cf194f4e6666b64117 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 14 Aug 2025 15:12:23 -0700 Subject: [PATCH] stylelint: Fix nesting-selector-no-missing-scoping-root. Signed-off-by: Anders Kaseorg --- web/styles/components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/components.css b/web/styles/components.css index 5b4ad51225..2b47356ac2 100644 --- a/web/styles/components.css +++ b/web/styles/components.css @@ -1,7 +1,7 @@ /* Reusable, object-oriented CSS base components for all Zulip pages (both web app and portico). */ -& label.checkbox { +label.checkbox { padding: 0; display: inline-block; position: relative;