From f27d067609da99e7cd0f1db93b8f20601e7f83d8 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Wed, 31 May 2023 22:16:16 -0300 Subject: [PATCH] fixing identation warnings spaces --- src/frontend/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index 32f378e63..3fa44bc31 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -19,5 +19,5 @@ code { /* The style below sets the cursor property of the element with the class .react-flow__pane to the default cursor. 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; - } + cursor: default; +}