From a046e3a141c5af7ca40d4dfb12e500d7ca0d5a0e Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 6 Jul 2023 11:56:32 -0300 Subject: [PATCH] chore(index.css): remove border-1 class from dropdown-component-outline to fix styling issue --- src/frontend/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index 1e57d5d67..45936b013 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -482,7 +482,7 @@ The cursor: default; property value restores the browser's default cursor style } .dropdown-component-outline { - @apply border-1 input-edit-node relative pr-8 + @apply input-edit-node relative pr-8 } .dropdown-component-false-outline { @apply input-primary py-2 pl-3 pr-10 text-left