Merge pull request #76 from tokens-studio/token-pills-wrap

Add flex wrap to token pills wrapper
This commit is contained in:
Akshay Gupta authored and GitHub committed 2024-05-10 12:22:03 +05:30
commit 2ed4ece23d
1 file changed
+1
@@ -15,6 +15,7 @@
.token-pills-wrapper {
display: flex;
gap: $s-4;
flex-wrap: wrap;
}
.token-pill {