diff --git a/resources/views/warehouse_management/mutations/index.blade.php b/resources/views/warehouse_management/mutations/index.blade.php index 1c15ad1..f028678 100755 --- a/resources/views/warehouse_management/mutations/index.blade.php +++ b/resources/views/warehouse_management/mutations/index.blade.php @@ -121,11 +121,6 @@ input.datepicker { display: block; } -/* Select2 styling - same as stock audit (minimal) */ -.select2-container { - width: 100% !important; -} - @endsection diff --git a/resources/views/warehouse_management/opnames/index.blade.php b/resources/views/warehouse_management/opnames/index.blade.php index c3c9992..1619760 100755 --- a/resources/views/warehouse_management/opnames/index.blade.php +++ b/resources/views/warehouse_management/opnames/index.blade.php @@ -114,11 +114,6 @@ letter-spacing: normal; display: block; } - - /* Select2 styling - same as stock audit (minimal) */ - .select2-container { - width: 100% !important; - } @endsection