Skip to content

dash: Fix borders in rtl mode

drakkar1969 requested to merge (removed):dash-rtl-borders into master

The dash borders are currently displayed incorrectly in rtl mode (i.e. the right border is displayed, while the left border is 0). This MR adds border-left-width and border-right-width properties to dash rtl mode to ensure borders are correctly drawn.

Merge request reports