Skip to content

Commit

Permalink
fix: chips margin
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele T <[email protected]>
  • Loading branch information
astagi and Fupete authored Nov 16, 2023
1 parent ef4d561 commit e24854b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scss/custom/_chips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
min-width: 100px;
padding: 0 $v-gap * 2 2px $v-gap;
transition: all 0.05s;
margin-right: $v-gap * 0.5;
margin-bottom: 0;
margin: $v-gap * 0.5 $v-gap * 0.5 $v-gap auto;
//label
.chip-label {
font-size: 0.875rem;
Expand Down Expand Up @@ -68,7 +67,6 @@
min-width: 120px;
border-radius: $v-gap * 2;
padding: 2px $v-gap * 3 0 $v-gap * 2;
margin: $v-gap * 0.5 $v-gap $v-gap * 0.5 auto;
//label
.chip-label {
font-size: 1rem;
Expand Down

0 comments on commit e24854b

Please sign in to comment.