fixed admin unable to write in the body of the post
This commit is contained in:
parent
0dfb2a8759
commit
2b575310ee
|
|
@ -2,6 +2,7 @@
|
|||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="{{ app()->getLocale() === 'ar' ? 'rtl' : 'ltr' }}">
|
||||
<head>
|
||||
@include('partials.head')
|
||||
@stack('styles')
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
ui-sidebar[data-flux-sidebar] {
|
||||
|
|
@ -356,5 +357,6 @@
|
|||
</div>
|
||||
|
||||
@fluxScripts
|
||||
@stack('scripts')
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue