report page css class problem in rtl direction

hi

in report page .ew-summary-count, .ew-aggregate-value , .ew-aggregate-caption direction not set curectly in rtl page (css-flip) and caption & value are displayed in reverse.

i solved the problem by this cod

/BEGIN_USER_STYLES/

/* your CSS styles here */
body[dir=rtl] .ew-summary-count, body[dir=rtl] .ew-detail-count, body[dir=rtl] .ew-crosstab-values {
unicode-bidi: normal !important;
}