mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
Fixed ship summary table width
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user