Fixed ship summary table width

This commit is contained in:
felixlinker
2018-08-29 11:37:14 +02:00
parent 1b5402fd2d
commit 24f206ad82

View File

@@ -63,6 +63,7 @@ export default class ShipSummaryTable extends TranslatedComponent {
shieldColour
};
return <div id='summary'>
<div style={{display: "table", width: "100%"}}>
<div style={{display: "table-row"}}>
<table className={'summaryTable'}>
<thead>
@@ -205,7 +206,7 @@ export default class ShipSummaryTable extends TranslatedComponent {
</tbody>
</table>
</div>
</div>
</div>;
}
}