Merge pull request #5597 from deepaksinghgusain227/cms-page-header-ui-issue
fixed cms header ui issue
This commit is contained in:
commit
9e9dacfa4e
|
|
@ -4,6 +4,23 @@
|
|||
{{ __('admin::app.cms.pages.edit-title') }}
|
||||
@stop
|
||||
|
||||
@push('css')
|
||||
<style>
|
||||
@media only screen and (max-width: 768px){
|
||||
.content-container .content .page-header .page-action {
|
||||
position: absolute !important;
|
||||
right: 10px !important;
|
||||
}
|
||||
|
||||
.content-container .content .page-header .page-action button {
|
||||
position: relative;
|
||||
right: 0px !important;
|
||||
top: 0px !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
|
||||
@section('content')
|
||||
<div class="content">
|
||||
@php
|
||||
|
|
|
|||
Loading…
Reference in New Issue