fix: RTL styling (#13107)

Co-authored-by: unknown <Administrator@DESKTOP-TKAA1PU.mans.edu.eg>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
Faten Elhariry 2021-05-06 08:07:54 +02:00 committed by GitHub
parent aad9189e1e
commit e4744724a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -442,6 +442,11 @@ kbd {
/*rtl styles*/
.frappe-rtl {
text-align: right;
.modal-actions {
right: auto !important;
left: 5px;
}
input, textarea {
direction: rtl !important;
}