diff --git a/resources/css/app.css b/resources/css/app.css index 30371d307..eeba1ee01 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -96,7 +96,17 @@ body { } body { - @apply min-h-screen text-sm antialiased scrollbar; + @apply min-h-screen text-sm antialiased scrollbar overflow-x-hidden; +} + +.coolify-monaco-editor { + @apply min-w-0 w-full; + overflow-x: hidden; +} + +.coolify-monaco-editor .monaco-editor, +.coolify-monaco-editor .overflow-guard { + max-width: 100%; } option { @@ -196,4 +206,4 @@ .log-highlight { .dark .log-highlight { background-color: rgba(234, 179, 8, 0.3); -} \ No newline at end of file +} diff --git a/resources/views/components/notification/navbar.blade.php b/resources/views/components/notification/navbar.blade.php index 256c4d528..0ee3b8ee4 100644 --- a/resources/views/components/notification/navbar.blade.php +++ b/resources/views/components/notification/navbar.blade.php @@ -2,7 +2,7 @@