RTL style problems fixed

This commit is contained in:
Merve Karaman
2023-02-07 18:16:39 +03:00
parent 033d4f3a66
commit d87e0be8b7
3 changed files with 7 additions and 4 deletions

View File

@ -117,7 +117,7 @@
</div>
<div class="flex ltr:ml-2 rtl:mr-2">
<span class="w-28 text-left block text-base truncate">
<span class="w-28 ltr:text-left rtl:text-right block text-base truncate">
<x-button.hover>
{{ Str::limit(setting('company.name'), 22) }}
</x-button.hover>
@ -235,3 +235,4 @@
<x-loading.menu />
@stack('menu_end')