Merge pull request #5597 from deepaksinghgusain227/cms-page-header-ui-issue

fixed cms header ui issue
This commit is contained in:
Glenn Hermans 2022-01-13 08:58:26 +01:00 committed by GitHub
commit 9e9dacfa4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -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