Skip to content

Commit

Permalink
minimal size match summary
Browse files Browse the repository at this point in the history
  • Loading branch information
le-jeu committed Sep 2, 2022
1 parent f8bd6be commit 7a8df55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player-inventory/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function displayInventory(inventory) {
id: 'inventory',
html: container,
width: 'auto',
height: '500',
height: '560',
classes: {
'ui-dialog-content': 'inventory-box',
},
Expand Down

0 comments on commit 7a8df55

Please sign in to comment.