From f238988d684e42b69fc7ee648d7ac199093f4ef0 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 23 Nov 2023 15:54:09 +0800 Subject: [PATCH] 23.11.3 CSS hotfix for `rgh-pr-template` https://github.com/refined-github/refined-github/issues/7020 --- style/23.11.3.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 style/23.11.3.css diff --git a/style/23.11.3.css b/style/23.11.3.css new file mode 100644 index 0000000..eb1583e --- /dev/null +++ b/style/23.11.3.css @@ -0,0 +1,5 @@ +/* https://github.com/refined-github/refined-github/issues/7020 */ +[for="pull_request_body"] + .flash.mx-2.p-2{ + margin-bottom: 10px; + margin-inline: 0 !important; +}