From 79c127b03baa689e82942b0affd04820235ae62e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 06:03:44 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/styles/globals.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/styles/globals.css b/apps/dokploy/styles/globals.css index 5a9141119..d212474c7 100644 --- a/apps/dokploy/styles/globals.css +++ b/apps/dokploy/styles/globals.css @@ -271,9 +271,9 @@ /* Cursor pointer on buttons */ button:not([disabled]), - [role="button"]:not([disabled]) { - cursor: pointer; - } + [role="button"]:not([disabled]) { + cursor: pointer; + } /* Custom scrollbar styling */ ::-webkit-scrollbar {