mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
Add flex wrap to token pills wrapper
This commit is contained in:
parent
68a201374c
commit
9a243e3b4f
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue