Skip to content

Commit 84189ac

Browse files
committed
fix: floatbar overflow on market
1 parent eff3c1f commit 84189ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/market/item_row_wrapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class ItemRowWrapper extends FloatElement {
2222
...FloatElement.styles,
2323
css`
2424
.float-row-wrapper {
25+
display: inline-block;
2526
margin-bottom: 5px;
2627
max-width: max(50%, 400px);
2728
}

0 commit comments

Comments
 (0)