Make components RTL compatible
This commit is contained in:
@@ -53,7 +53,7 @@ const {
|
||||
<Icon name={icon ? icon : 'tabler:check'} class="w-5 h-5" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<div class="ml-4 rtl:ml-0 rtl:mr-4">
|
||||
{title2 && <h3 class="text-lg font-medium leading-6 dark:text-white">{title2}</h3>}
|
||||
{description && <p class="mt-2 text-muted dark:text-slate-400" set:html={description} />}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user