Actions
Bug #5011
closedtemplate RTL usage not functional
Description
The rtl.css needs to be updated with better rtl CSS. Using the following causes all of CB to properly swap to RTL.
.cb_template * {
direction: rtl;
}
A couple other minor adjustments will be needed to prefix/suffix classes so the margin is swapped, but aside from that it appears to be an acceptable quickfix.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !745
Actions