Skip to content

Commit

Permalink
fix: LW reported issues (#3206)
Browse files Browse the repository at this point in the history
* fix: Remove widht and height of badge in item image

* fix: Remove min-width 0

* fix: Update programmatic pictures
  • Loading branch information
LautaroPetaccio authored Oct 8, 2024
1 parent ecd9823 commit d9f25d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/ItemImage/ItemImage.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

.ItemImage .ItemBadge {
background-color: #37333d;
width: 24px;
height: 24px;
}

.ItemImage .ItemBadge::before {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
gap: 16px;
min-width: 1400px;
flex: 1;
min-width: 0;
}

.info {
Expand Down
Binary file modified src/images/programmatic.webp
Binary file not shown.
Binary file modified src/images/standard.webp
Binary file not shown.

0 comments on commit d9f25d9

Please sign in to comment.