0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

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

Add flex wrap to token pills wrapper
This commit is contained in:
Akshay Gupta 2024-05-10 12:22:03 +05:30 committed by GitHub
commit 2ed4ece23d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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