Make reports LTR for RTL theme (#3506)

This commit is contained in:
Dhaifallah Alwadani 2017-06-20 06:53:23 +03:00 committed by Rushabh Mehta
parent 323e70db33
commit e1deea0bcc

View file

@ -78,4 +78,6 @@ ul.tree-children {
left: auto !important;
right: 23px;
}
.results {
direction: ltr;
}