flexible invoice/bill item columns

This commit is contained in:
batuhanbas
2020-02-04 15:16:15 +03:00
parent 12fcbd7dbb
commit 47871d12f7
8 changed files with 16 additions and 11 deletions

View File

@ -32,10 +32,10 @@
<div class="col-md-12 mb-4">
{!! Form::label('items', trans_choice($text_override['items'], 2), ['class' => 'control-label']) !!}
<div class="table-responsive">
<div class="table-responsive overflow-y-scroll">
<table class="table table-bordered" id="items">
<thead class="thead-light">
<tr class="row">
<tr class="d-flex flex-nowrap">
@stack('actions_th_start')
<th class="col-md-1 action-column border-right-0 border-bottom-0">{{ trans('general.actions') }}</th>
@stack('actions_th_end')