combos margin
This commit is contained in:
parent
031511fe7e
commit
9b06686a77
@ -48,6 +48,10 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.instance .info .combos {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
.instance .cryps {
|
||||
grid-area: cryps;
|
||||
}
|
||||
|
||||
@ -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} >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user