rtl support

This commit is contained in:
Pavel Reznikov 2016-02-20 00:11:06 -08:00
commit 4b13d407b0
4 changed files with 21 additions and 1 deletions

View file

@ -16,6 +16,14 @@ $animation_speed: .3s !default;
.grid-stack {
position: relative;
&.grid-stack-rtl {
direction: ltr;
> .grid-stack-item {
direction: rtl;
}
}
.grid-stack-placeholder > .placeholder-content {
border: 1px dashed lightgray;
margin: 0;