Skip to content

Commit

Permalink
Merge pull request #282 from csfloat/fix/market-floatbar-overflow
Browse files Browse the repository at this point in the history
Fix: Floatbar Overflow on Market Pages
  • Loading branch information
GODrums authored Dec 10, 2024
2 parents eff3c1f + fc9d5fe commit 4ec3fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/market/item_row_wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ 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 4ec3fcc

Please sign in to comment.