fix(ui): horizontal overflow on application and service headings (#7970)

This commit is contained in:
Mailo
2026-01-19 19:27:19 +01:00
committed by GitHub
parent da53504282
commit 3a60561a34
6 changed files with 18 additions and 8 deletions
@@ -3,7 +3,7 @@
{{ data_get_str($project, 'name')->limit(10) }} > Resources | Coolify
</x-slot>
<div class="flex flex-col">
<div class="flex items-center gap-2">
<div class="flex min-w-0 flex-nowrap items-center gap-1">
<h1>Resources</h1>
@if ($environment->isEmpty())
@can('createAnyResource')