Skip to content

Commit

Permalink
fix: floatbar overflow on market
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Dec 10, 2024
1 parent eff3c1f commit 84189ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/market/item_row_wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class ItemRowWrapper extends FloatElement {
...FloatElement.styles,
css`
.float-row-wrapper {
display: inline-block;
margin-bottom: 5px;
max-width: max(50%, 400px);
}
Expand Down

0 comments on commit 84189ac

Please sign in to comment.