Skip to content

Commit

Permalink
fix perf-chart slider when rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
allanjoseph98 committed Jan 6, 2024
1 parent d58f24d commit 189498f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/common/css/component/_chart.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.rating-history-container {
flex: 1 1 58%;
height: 350px;
direction: ltr;

.chart-container {
height: 80%;
Expand Down Expand Up @@ -116,7 +115,7 @@
top: -6px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
left: 0px;
right: auto;
}
/* Styling;
Expand Down

0 comments on commit 189498f

Please sign in to comment.