From 46158a5fe8bc0bb2a23f1e33151e9ced8d3a64a2 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:35:43 +0200 Subject: [PATCH] chore: add spacing and format callout text in modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added pt-2 for proper spacing between checkbox and warning callout, and formatted the warning text for better readability. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../livewire/source/github/create.blade.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/resources/views/livewire/source/github/create.blade.php b/resources/views/livewire/source/github/create.blade.php index 54cb426cb..2b20f95d1 100644 --- a/resources/views/livewire/source/github/create.blade.php +++ b/resources/views/livewire/source/github/create.blade.php @@ -14,21 +14,23 @@ - @endif
+ activeAccordion: '', + setActiveAccordion(id) { + this.activeAccordion = (this.activeAccordion == id) ? '' : id + } + }" class="relative w-full py-2 mx-auto overflow-hidden text-sm font-normal rounded-md">