combos margin
This commit is contained in:
@@ -159,7 +159,7 @@ function Info(args) {
|
||||
const vboxCombos = itemInfo.combos.filter(c => c.units.includes(info));
|
||||
if (vboxCombos.length > 6) return false;
|
||||
return (
|
||||
<table>
|
||||
<table className="combos">
|
||||
<tbody>
|
||||
{vboxCombos.map((c, i) =>
|
||||
<tr key={i} >
|
||||
|
||||
Reference in New Issue
Block a user