Skip to content

Commit

Permalink
Date picker: Fixed spacing for picker toggle button in RTL display
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Jul 22, 2014
1 parent 958b7f6 commit 3508790
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/polyfills/datepicker/datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@
.datepicker-format {
display: inline !important;
}

[dir=rtl] {
.picker-toggle {
margin-left: 0;
margin-right: 5px;
}
}

0 comments on commit 3508790

Please sign in to comment.