Skip to content

Commit 4ec3fcc

Browse files
authored
Merge pull request #282 from csfloat/fix/market-floatbar-overflow
Fix: Floatbar Overflow on Market Pages
2 parents eff3c1f + fc9d5fe commit 4ec3fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/market/item_row_wrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export class ItemRowWrapper extends FloatElement {
2222
...FloatElement.styles,
2323
css`
2424
.float-row-wrapper {
25+
display: inline-block;
2526
margin-bottom: 5px;
26-
max-width: max(50%, 400px);
2727
}
2828
`,
2929
];

0 commit comments

Comments
 (0)