Skip to content

Commit a95300c

Browse files
authored
fix: removed margin for last child in container (#81)
1 parent 3587014 commit a95300c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vue-horizontal.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ export default Vue.extend({
380380
margin-right: 24px;
381381
}
382382
383+
.vue-horizontal > *:last-child {
384+
margin-right: 0;
385+
}
386+
383387
@media (min-width: 640px) {
384388
.v-hl-responsive > * {
385389
width: calc((100% - 24px) / 2);

0 commit comments

Comments
 (0)