Merge pull request #5890 from prateek-webkul/cms-ui-issue

issue #5717 fixed
This commit is contained in:
Prateek Srivastava 2022-02-28 16:26:18 +05:30 committed by GitHub
commit 7c7d104777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -7,16 +7,17 @@
@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;
}
.content-container .content .page-header .page-title .control-group {
margin-top: 20px!important;
width: 100%!important;
margin-left: 0!important;
}
}
</style>
@endpush