Merge pull request #5133 from devansh-webkul/removed-offset

Removed Offset #5112
This commit is contained in:
Glenn Hermans 2021-09-06 20:54:31 +02:00 committed by GitHub
commit 797916ccf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
@endsection
@section('content-wrapper')
<div class="cms-page-container cart-details row offset-1">
<div class="cms-page-container cart-details row">
{!! DbView::make($page)->field('html_content')->render() !!}
</div>
@endsection