Skip to content

Commit

Permalink
fix(VDivider): missing rtl styles (#8406)
Browse files Browse the repository at this point in the history
fixes #8397
  • Loading branch information
jacekkarczmarczyk authored and johnleider committed Aug 12, 2019
1 parent 68cc268 commit e629f12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vuetify/src/components/VDivider/VDivider.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
transition: inherit

&--inset:not(.v-divider--vertical)
margin-left: $divider-inset-margin
max-width: calc(100% - #{$divider-inset-margin})
+ltr()
margin-left: $divider-inset-margin
+rtl()
margin-right: $divider-inset-margin

&--vertical
align-self: stretch
Expand Down

0 comments on commit e629f12

Please sign in to comment.