From 6e7b8eea1c8be4de20dbcb49324f7d980c1640ca Mon Sep 17 00:00:00 2001 From: dwindown Date: Mon, 22 Dec 2025 19:18:49 +0700 Subject: [PATCH] Fix Integrasi tab layout and add save button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Make email test inputs 50/50 with flex-1 classes - Add save button back to Integrasi tab - Improve button styling with border-top-2 for better separation - Update save button text to 'Simpan Semua Pengaturan' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- src/components/admin/settings/IntegrasiTab.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/admin/settings/IntegrasiTab.tsx b/src/components/admin/settings/IntegrasiTab.tsx index 1290198..99bda0b 100644 --- a/src/components/admin/settings/IntegrasiTab.tsx +++ b/src/components/admin/settings/IntegrasiTab.tsx @@ -366,15 +366,15 @@ export function IntegrasiTab() { -
+
setTestEmail(e.target.value)} placeholder="Email uji coba" - className="border-2 max-w-xs" + className="border-2 flex-1" /> - @@ -439,9 +439,11 @@ export function IntegrasiTab() { - +
+ +
); }