mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Add flex wrap to token pills wrapper
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user