diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 94245c5089..1a65353f7e 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -18,7 +18,7 @@ font-weight: normal !important; } - select.tax-select { + select.xtax-select { width: 50%; float: left; } @@ -271,14 +271,16 @@ ->raw() !!} - {!! Former::select('') - ->addOption('', '') - ->options($taxRateOptions) - ->data_bind('value: tax2') - ->addClass('tax-select') - ->raw() !!} - - +
+ {!! Former::select('') + ->addOption('', '') + ->options($taxRateOptions) + ->data_bind('value: tax2') + ->addClass('tax-select') + ->raw() !!} + + +
@@ -427,14 +429,16 @@ ->raw() !!} - {!! Former::select('') - ->addOption('', '') - ->options($taxRateOptions) - ->addClass('tax-select') - ->data_bind('value: tax2') - ->raw() !!} - - +
+ {!! Former::select('') + ->addOption('', '') + ->options($taxRateOptions) + ->addClass('tax-select') + ->data_bind('value: tax2') + ->raw() !!} + + +