Skip to content

Commit

Permalink
fix: customize options in desk page rtl layout
Browse files Browse the repository at this point in the history
  • Loading branch information
prssanna committed Oct 24, 2020
1 parent d54f223 commit e131681
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frappe/public/less/desktop.less
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
.desk-body {
padding-left: 0px;
padding-right: calc(20rem + 15px);

.desk-page.allow-customization {
.customize-options {
text-align: left;
}
}
}
}

Expand Down

0 comments on commit e131681

Please sign in to comment.