We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff3c1f commit 84189acCopy full SHA for 84189ac
src/lib/components/market/item_row_wrapper.ts
@@ -22,6 +22,7 @@ export class ItemRowWrapper extends FloatElement {
22
...FloatElement.styles,
23
css`
24
.float-row-wrapper {
25
+ display: inline-block;
26
margin-bottom: 5px;
27
max-width: max(50%, 400px);
28
}
0 commit comments