Skip to content

Commit

Permalink
fix(v-chip): fixed sizing bug in v-chip when using the **small** prop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Nov 3, 2017
1 parent 17ef952 commit 08284ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/stylus/components/_chips.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ chip($material)
theme(chip, "chip")

.chip
align-items: center
border-radius: $chip-border-radius
color: $chip-label-color
display: inline-block
display: inline-flex
font-size: $chip-font-size
margin: $chip-margin
outline: none
transition: $primary-transition
vertical-align: middle

.chip__content
align-items: center
Expand Down

0 comments on commit 08284ac

Please sign in to comment.