From f0667fd5bdf59615f088b805bd794a552c1d6951 Mon Sep 17 00:00:00 2001 From: Rouge <14047458+rougetimelord@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:15:31 +0200 Subject: [PATCH] [fix] Small CSS syntax error --- src/popup/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/style.css b/src/popup/style.css index 7b0358b..a5b0d68 100644 --- a/src/popup/style.css +++ b/src/popup/style.css @@ -325,7 +325,7 @@ textarea { margin-left: 0.5em; margin-top: 0.5em; position: relative; - p { + & p { margin: 0; } }