Skip to content

Commit 577430e

Browse files
authored
fix: v-hl-responsive last-child wrong parent class (#86)
1 parent d0ee029 commit 577430e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vue-horizontal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export default Vue.extend({
380380
margin-right: 24px;
381381
}
382382
383-
.vue-horizontal > *:last-child {
383+
.v-hl-responsive > *:last-child {
384384
margin-right: 0;
385385
}
386386

0 commit comments

Comments
 (0)