Skip to content

Commit

Permalink
fix(MdChips): improve alignment with other regular fields like md-input
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmoura committed May 13, 2018
1 parent fbf6d2a commit ce7e075
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MdChips/MdChips.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div class="md-chips" :class="[$mdActiveTheme, chipsClasses]">

<md-chip
v-for="(chip, key) in value"
:key="chip"
Expand Down Expand Up @@ -209,7 +208,7 @@
}
.md-chip {
margin: 2px 4px 2px 0;
margin: 1px 4px 3px 0;
&:last-of-type {
margin-right: 8px;
Expand Down

0 comments on commit ce7e075

Please sign in to comment.