From 8a936efcb03400e9bbac2131b4d49a3b235b190d Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Thu, 11 Jun 2026 13:50:26 +0700 Subject: [PATCH] update --- resources/views/modules/form/table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/modules/form/table.blade.php b/resources/views/modules/form/table.blade.php index 36d5cbe..d362ad8 100644 --- a/resources/views/modules/form/table.blade.php +++ b/resources/views/modules/form/table.blade.php @@ -60,7 +60,7 @@ name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]" value="{{ getFormattedValue($activity_value) ?? '' }}" class="form-control text-right" oninput="numberFormat(this)" - style="min-width: 80px;" {{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}> + {{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}> {{--
{{ $detail->unit_code }}
--}}