Skip to content

Commit 9544d25

Browse files
committed
fix(chip-variants): prevent layout jump on chip selection
1 parent d73cab2 commit 9544d25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
igx-chip {
2-
margin-right: 5px;
3-
}
4-
51
.sample-container {
2+
display: flex;
3+
flex-wrap: wrap;
4+
align-items: center;
5+
gap: 5px;
66
padding-top: 15px;
77
padding-left: 10px;
88
}

0 commit comments

Comments
 (0)