Skip to content

Commit

Permalink
fix: v-hl-responsive last-child wrong parent class (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jan 23, 2021
1 parent d0ee029 commit 577430e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue-horizontal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export default Vue.extend({
margin-right: 24px;
}
.vue-horizontal > *:last-child {
.v-hl-responsive > *:last-child {
margin-right: 0;
}
Expand Down

0 comments on commit 577430e

Please sign in to comment.