From 1f4ce2daf355ff7e381393976674fa51471f1ab3 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 05:13:57 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- apps/dokploy/styles/globals.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/styles/globals.css b/apps/dokploy/styles/globals.css index adb5223b6..59d101654 100644 --- a/apps/dokploy/styles/globals.css +++ b/apps/dokploy/styles/globals.css @@ -243,6 +243,7 @@ color: currentColor !important; } -.cm-content, .cm-lineWrapping { - @apply font-mono; -} \ No newline at end of file +.cm-content, +.cm-lineWrapping { + @apply font-mono; +}