Closed omarhen closed 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
Yes, you are right, I didn't noticed the *
in your code.
Thank you, going to merge and release.
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.