Merge pull request #2316 from brkcvn/apps-docs

Images and gifs bugfix solved in apps page
This commit is contained in:
Cüneyt Şentürk 2021-11-19 11:39:27 +03:00 committed by GitHub
commit 6fa5e9f03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
@include('partials.modules.bar')
<div class="card">
<div class="card-body">
<div class="card-body documentation-content">
@if ($documentation)
{!! $documentation->body !!}
@else
@ -29,6 +29,14 @@
</div>
@endsection
@push('stylesheet')
<style>
.documentation-content img {
width: 100%;
}
</style>
@endpush
@push('scripts_start')
<script src="{{ asset('public/js/modules/apps.js?v=' . version('short')) }}"></script>
@endpush