Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
fix(toolbar): fix overflow button position in RTL telerik/kendo#8009
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Grigorova authored and Dimitar-Goshev committed Dec 19, 2017
1 parent 0164efb commit af14c9a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,14 @@
}
}

// RTL
.k-rtl .k-toolbar {

.k-overflow-anchor {
right: auto;
left: 0;
border-width: 0 1px 0 0;
}
}

}

0 comments on commit af14c9a

Please sign in to comment.