In RTL, there are two (very slight) errors:
- The chevron points to the right rather than left
- Spacing doesn't look right. It's more spacious than in the LTR screenshots
I added the following CSS and it seems to work. Please advise, and let me know if it's going to get fixed in a future release to avoid code conflict/redundancy
/* Fix poll chevron */
.wpf-poll-angle-td > .fa-angle-right:before {
content: "\f104";
}
/* Correct alignment */
#wpforo #wpforo-wrap .wpf-poll.wpf-poll-result .wpf-poll-option-td {
padding-left: 5%;
padding-right: unset;
}