Skip to content

Commit

Permalink
Merge pull request #888 from prateek-webkul/arabic-layout-issue
Browse files Browse the repository at this point in the history
issue #877 fixed
  • Loading branch information
jitendra-webkul authored Jan 10, 2022
2 parents d403c92 + c014a82 commit 3be0fde
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/publishable/assets/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/Webkul/Admin/publishable/assets/mix-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"/images/user-icon.svg": "/images/user-icon.svg?id=5504788e912ea441b4ae",
"/images/workflow-icon.svg": "/images/workflow-icon.svg?id=0a8721c15a54790d1e85",
"/js/admin.js": "/js/admin.js?id=208c0d5812b386215df3",
"/css/admin.css": "/css/admin.css?id=05882f426f1ab3136f55"
"/css/admin.css": "/css/admin.css?id=1a3f347167de23fd67b2"
}
19 changes: 19 additions & 0 deletions packages/Webkul/Admin/src/Resources/assets/sass/rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@
}
}

.lead-quote-list {
table {
tr {
td {
&.actions {
.icon {
cursor: pointer;
}

.dropdown-list {
left: 60px !important;
right: unset;
}
}
}
}
}
}

.navbar-top {
.navbar-top-right {
text-align: left;
Expand Down

0 comments on commit 3be0fde

Please sign in to comment.