From 04ee546a496ada7d35f70210d1b063879f96fcab Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:22:19 +0200 Subject: [PATCH] fix: make environment variable forms responsive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace horizontal scrolling with flex-wrap for checkbox containers in environment variable forms to improve mobile responsiveness. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../project/shared/environment-variable/show.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php index 4524abb82..1995bda9c 100644 --- a/resources/views/livewire/project/shared/environment-variable/show.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php @@ -23,7 +23,7 @@ @can('update', $this->env)
-
+
@if (!$is_redis_credential) @if ($type === 'service') @else
-
+
@if (!$is_redis_credential) @if ($type === 'service') env)
-
+
@if (!$is_redis_credential) @if ($type === 'service') @else
-
+
@if (!$is_redis_credential) @if ($type === 'service')