From 3a60561a34c5d39470da76d13e5783da868df5f4 Mon Sep 17 00:00:00 2001 From: Mailo Date: Mon, 19 Jan 2026 19:27:19 +0100 Subject: [PATCH] fix(ui): horizontal overflow on application and service headings (#7970) --- resources/css/app.css | 14 ++++++++++++-- .../views/components/notification/navbar.blade.php | 2 +- .../livewire/project/application/heading.blade.php | 2 +- .../livewire/project/resource/index.blade.php | 2 +- .../livewire/project/service/heading.blade.php | 2 +- resources/views/livewire/server/navbar.blade.php | 4 ++-- 6 files changed, 18 insertions(+), 8 deletions(-) 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 @@

Notifications

Get notified about your infrastructure.