Skip to content

Commit

Permalink
fix(VsChip): fix style - give flex property to vs-chip-content
Browse files Browse the repository at this point in the history
  • Loading branch information
seaneez committed Dec 28, 2023
1 parent b6a1c34 commit 02becc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/vlossom/src/components/vs-chip/VsChip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
}

.vs-chip-icon {
align-items: center;
border-radius: 50%;
display: flex;
display: inline-flex;
justify-content: center;
align-items: center;
}

.vs-chip-leading-icon {
Expand All @@ -50,6 +50,9 @@
}

.vs-chip-content {
align-items: center;
display: inline-flex;
justify-content: center;
padding: var(--vs-chip-padding, 0 0.2rem);
}

Expand Down

0 comments on commit 02becc2

Please sign in to comment.