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:
parent
aad9189e1e
commit
e4744724a0
1 changed files with 5 additions and 0 deletions
|
|
@ -442,6 +442,11 @@ kbd {
|
|||
/*rtl styles*/
|
||||
|
||||
.frappe-rtl {
|
||||
text-align: right;
|
||||
.modal-actions {
|
||||
right: auto !important;
|
||||
left: 5px;
|
||||
}
|
||||
input, textarea {
|
||||
direction: rtl !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue