Skip to content

Commit

Permalink
fix(chip): fix cut text at bottom of chip
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and joneff committed Feb 18, 2022
1 parent e032f87 commit 97e1bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/chip/_layout.scss
Expand Up @@ -33,6 +33,8 @@

// Chip content
.k-chip-content {
padding: .5em 0;
margin: -.5em 0;
min-width: 0;
display: flex;
flex-flow: row nowrap;
Expand Down

0 comments on commit 97e1bc4

Please sign in to comment.