Make components RTL compatible
This commit is contained in:
@@ -55,7 +55,7 @@ const {
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div class="grow ml-3">
|
||||
<div class="grow ml-3 rtl:ml-0 rtl:mr-3">
|
||||
{name && <p class="text-base font-semibold">{name}</p>}
|
||||
{job && <p class="text-xs text-muted">{job}</p>}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user