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' : '' }}> {{--