overflow rotation updated in items
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
<div class="col-md-12 mb-4">
|
||||
{!! Form::label('items', trans_choice('general.items', 2), ['class' => 'form-control-label']) !!}
|
||||
<div class="table-responsive overflow-y-scroll overflow-x-hidden">
|
||||
<div class="table-responsive overflow-x-scroll overflow-y-hidden ">
|
||||
<table class="table table-bordered" id="items">
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
<div class="col-md-12 mb-4">
|
||||
{!! Form::label('items', trans_choice('general.items', 2), ['class' => 'control-label']) !!}
|
||||
<div class="table-responsive overflow-y-scroll overflow-x-hidden">
|
||||
<div class="table-responsive overflow-x-scroll overflow-y-hidden">
|
||||
<table class="table table-bordered" id="items">
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -317,7 +317,7 @@
|
||||
@stack('bill_item_start')
|
||||
<div class="row show-table">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive overflow-y-scroll">
|
||||
<div class="table-responsive overflow-y-hidden">
|
||||
<table class="table table-striped">
|
||||
<tbody>
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
<div class="col-md-12 mb-4">
|
||||
{!! Form::label('items', trans_choice($text_override['items'], 2), ['class' => 'form-control-label']) !!}
|
||||
<div class="table-responsive overflow-y-scroll overflow-x-hidden">
|
||||
<div class="table-responsive overflow-x-scroll overflow-y-hidden">
|
||||
<table class="table table-bordered" id="items">
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
<div class="col-md-12 mb-4">
|
||||
{!! Form::label('items', trans_choice($text_override['items'], 2), ['class' => 'control-label']) !!}
|
||||
<div class="table-responsive overflow-y-scroll overflow-x-hidden">
|
||||
<div class="table-responsive overflow-x-scroll overflow-y-hidden">
|
||||
<table class="table table-bordered" id="items">
|
||||
<thead class="thead-light">
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
@ -340,7 +340,7 @@
|
||||
@stack('invoice_item_start')
|
||||
<div class="row show-table">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive overflow-y-scroll">
|
||||
<div class="table-responsive overflow-y-hidden">
|
||||
<table class="table table-striped">
|
||||
<tbody>
|
||||
<tr class="d-flex flex-nowrap">
|
||||
|
Reference in New Issue
Block a user