a11y: right-to-left improvements (#6235)

* fixed a ton of rtl issues

* removed duplicant

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
This commit is contained in:
Peer Richelsen
2023-01-04 07:38:45 +00:00
committed by GitHub
co-authored by kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> sean-brydon
parent 9250b20c1d
commit 45d10a3bc4
90 changed files with 248 additions and 207 deletions
@@ -21,7 +21,7 @@ function SkeletonItem() {
<div className="mt-1 ml-4 flex flex-col space-y-1">
<SkeletonText className="h-5 w-20 sm:w-24" />
<div className="flex">
<SkeletonText className="mr-2 h-4 w-16 sm:w-28" />
<SkeletonText className="h-4 w-16 ltr:mr-2 rtl:ml-2 sm:w-28" />
</div>
</div>
</div>