pishran / nova-rtl-theme

RTL layout for Laravel Nova.
MIT License
40 stars 10 forks source link

set direction ltr for code field #5

Closed omarhen closed 4 years ago

FaridAghili commented 4 years ago

Hello, thanks for PR.

As I've just tested, it doesn't fix Code field issue in current RTL implementation, more work is required to give it a clean look.

omarhen commented 4 years ago

i'm try from resources\views\vendor\nova\partials\meta.blade.php

{{-- <link rel="icon" type="image/png" href="{{ asset('/img/favicon.png') }} "> --}}
<style>
    .CodeMirror * {
        direction: ltr !important;
    }

</style>

and it work

image

FaridAghili commented 4 years ago

Yes, you are right, I didn't noticed the * in your code. Thank you, going to merge and release.