Skip to content

Commit

Permalink
fix: removed margin for last child in container (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jan 12, 2021
1 parent 3587014 commit a95300c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vue-horizontal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,10 @@ export default Vue.extend({
margin-right: 24px;
}
.vue-horizontal > *:last-child {
margin-right: 0;
}
@media (min-width: 640px) {
.v-hl-responsive > * {
width: calc((100% - 24px) / 2);
Expand Down

0 comments on commit a95300c

Please sign in to comment.