From bef23ddeb137f30bd85a53d2586ed9eaf53b2601 Mon Sep 17 00:00:00 2001 From: vanntile <33692650+vanntile@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:22:41 +0300 Subject: [PATCH] fix(style): :bug: reason-list margins --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 087f1af..b283d3d 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1535,7 +1535,7 @@ @layer reason-list { .reason-list { - margin: 0 1.5rem; + margin: 0 -1.5rem; border-width: 1px; border-color: var(--green-900); border-radius: 0.25rem;