From f18f2f9851592510cf8e8a15c312b2ca742129dd Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Fri, 9 Jun 2023 10:10:08 -0300 Subject: [PATCH] adjust space codacy --- 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 6cbba6af7..12cfde1a7 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -145,4 +145,4 @@ code { The cursor: default; property value restores the browser's default cursor style for the targeted element. By applying this style, the element will no longer have a custom cursor appearance such as "grab" or any other custom cursor defined elsewhere in the application. Instead, it will revert to the default cursor style determined by the browser, typically an arrow-shaped cursor. */ .react-flow__pane { cursor: default; -} \ No newline at end of file +}