From 3271fbdd6701a2c4da678298742db02cd9b5dbd6 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:53:11 +0200 Subject: [PATCH] fix(ui): render service domain groups as separate cards Move the settings-section body class onto each domain group so apps render as stacked cards instead of a single bordered list. Update the ServiceDomains view assertions to match. --- .../views/livewire/project/service/domains.blade.php | 7 +++---- tests/Feature/ServiceDomainsTest.php | 11 ++++++++++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/resources/views/livewire/project/service/domains.blade.php b/resources/views/livewire/project/service/domains.blade.php index 05b804fde..0955e534c 100644 --- a/resources/views/livewire/project/service/domains.blade.php +++ b/resources/views/livewire/project/service/domains.blade.php @@ -158,8 +158,7 @@ class="button button-highlighted"> icon-name="globe" /> @else -