Skip to content

Commit

Permalink
fix: resolve dropdown panel text align in rtl mode (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaiR authored and anjmao committed Oct 15, 2018
1 parent da3b1c6 commit 52cd669
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/themes/default.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,9 @@ $color-selected: #f5faff;
}
}
}

@include rtl {
direction: rtl;
text-align: right;
}
}

0 comments on commit 52cd669

Please sign in to comment.