Skip to content

Commit

Permalink
fix(components): prevent SwirlResourceListItem badges from shrinking
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqrrl committed May 2, 2024
1 parent 4218bb5 commit 591f1eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/little-dingos-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@getflip/swirl-components": patch
"@getflip/swirl-components-angular": patch
"@getflip/swirl-components-react": patch
---

Prevent swirl-resource-list-item badges from shrinking
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@

.resource-list-item__badges {
display: inline-flex;
width: max-content;
}

.resource-list-item__drag-handle {
Expand Down
Binary file modified packages/swirl-icons/dart/lib/fonts/flip-legacy-icons.ttf
Binary file not shown.
Binary file modified packages/swirl-icons/dart/lib/fonts/swirl-icons.ttf
Binary file not shown.

0 comments on commit 591f1eb

Please sign in to comment.