mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Merge pull request #76 from tokens-studio/token-pills-wrap
Add flex wrap to token pills wrapper
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
.token-pills-wrapper {
|
||||
display: flex;
|
||||
gap: $s-4;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.token-pill {
|
||||
|
||||
Reference in New Issue
Block a user