Merge pull request #2316 from brkcvn/apps-docs
Images and gifs bugfix solved in apps page
This commit is contained in:
commit
6fa5e9f03d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user