Use correct direction for RTL content

This commit is contained in:
Michael Shamoon
2023-01-01 08:59:43 -08:00
committed by Trenton H
parent 0fd51e35e1
commit da38efebdf
5 changed files with 22 additions and 1 deletions

View File

@@ -28,3 +28,7 @@
left: 30%;
right: 30%;
}
textarea.rtl {
direction: rtl;
}