0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

Add flex wrap to token pills wrapper

This commit is contained in:
Akshay Gupta 2024-05-09 17:51:48 +05:30
parent 68a201374c
commit 9a243e3b4f

View file

@ -15,6 +15,7 @@
.token-pills-wrapper { .token-pills-wrapper {
display: flex; display: flex;
gap: $s-4; gap: $s-4;
flex-wrap: wrap;
} }
.token-pill { .token-pill {