Skip to content

Commit

Permalink
Act 689 fix layout of swirl select component with multi select (#890)
Browse files Browse the repository at this point in the history
Co-authored-by: Maraike Schneider <[email protected]>
  • Loading branch information
maraikeschneider and Maraike Schneider authored Dec 12, 2024
1 parent a9acd8f commit 759d7b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/tame-bulldogs-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@getflip/swirl-components": minor
"@getflip/swirl-components-angular": minor
"@getflip/swirl-components-react": minor
---

Fix layout of multi-select values in select component
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
min-height: 1.25rem;
padding-right: calc(1.5rem + var(--s-space-8));
flex-wrap: wrap;
flex-shrink: 0;
gap: var(--s-space-8);

& ::part(tag) {
Expand Down

0 comments on commit 759d7b3

Please sign in to comment.