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:
commit
2ed4ece23d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
.token-pills-wrapper {
|
||||
display: flex;
|
||||
gap: $s-4;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.token-pill {
|
||||
|
|
Loading…
Add table
Reference in a new issue