admin and portal header sort style updated
This commit is contained in:
parent
ad896393a4
commit
377b2f2d82
@ -3,8 +3,8 @@
|
|||||||
<div class="container-fluid content-layout">
|
<div class="container-fluid content-layout">
|
||||||
<div class="header-body">
|
<div class="header-body">
|
||||||
<div class="row py-4 align-items-center">
|
<div class="row py-4 align-items-center">
|
||||||
<div class="col-sm-4 col-md-5 align-items-center long-texts">
|
<div class="col-sm-4 col-md-5 align-items-center">
|
||||||
<h2 class="d-inline-block mb-0">@yield('title')</h2>
|
<h2 class="d-inline-flex mb-0 long-texts">@yield('title')</h2>
|
||||||
@yield('dashboard_action')
|
@yield('dashboard_action')
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-8 col-md-7">
|
<div class="col-sm-8 col-md-7">
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<div class="container-fluid content-layout">
|
<div class="container-fluid content-layout">
|
||||||
<div class="header-body">
|
<div class="header-body">
|
||||||
<div class="row py-4 align-items-center">
|
<div class="row py-4 align-items-center">
|
||||||
<div class="col-sm-4 col-md-5 align-items-center long-texts">
|
<div class="col-sm-4 col-md-5 align-items-center">
|
||||||
<h2 class="d-inline-block mb-0">@yield('title')</h2>
|
<h2 class="d-inline-flex mb-0 long-texts">@yield('title')</h2>
|
||||||
@yield('dashboard_action')
|
@yield('dashboard_action')
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-8 col-md-7">
|
<div class="col-sm-8 col-md-7">
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
'@keydown' => 'form.errors.clear($event.target.name)',
|
'@keydown' => 'form.errors.clear($event.target.name)',
|
||||||
'files' => true,
|
'files' => true,
|
||||||
'role' => 'form',
|
'role' => 'form',
|
||||||
'class' => 'form-loading-button',
|
'class' => 'form-loading-button mb-0',
|
||||||
'novalidate' => true
|
'novalidate' => true
|
||||||
]) !!}
|
]) !!}
|
||||||
<table class="table table-flush table-hover" id='tbl-currencies'>
|
<table class="table table-flush table-hover" id='tbl-currencies'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user