Tidy up spacing for movement summary

This commit is contained in:
Cmdr McDonald
2017-01-25 09:25:01 +00:00
parent f8f5cd2581
commit baf6f8130a
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
* Add help system and initial help file * Add help system and initial help file
* Make absolute damage visible * Make absolute damage visible
* Add 'average' roll for blueprints * Add 'average' roll for blueprints
* Update spacing for movement summary
#2.2.10 #2.2.10
* Fix detailed export of module reinforcement packages * Fix detailed export of module reinforcement packages

View File

@@ -1,7 +1,6 @@
import React from 'react'; import React from 'react';
import cn from 'classnames'; import cn from 'classnames';
import TranslatedComponent from './TranslatedComponent'; import TranslatedComponent from './TranslatedComponent';
import { DamageKinetic, DamageThermal, DamageExplosive } from './SvgIcons';
/** /**
* Movement summary * Movement summary
@@ -33,7 +32,7 @@ export default class MovementSummary extends TranslatedComponent {
return ( return (
<span> <span>
<h1>{translate('movement summary')}</h1> <h1>{translate('movement summary')}</h1>
<table style={{ marginLeft: 'auto', marginRight: 'auto', lineHeight: '1em', backgroundColor: 'transparent' }}> <table style={{ marginLeft: 'auto', marginRight: 'auto', lineHeight: '1em', backgroundColor: 'transparent', borderSpacing: '0.5em' }}>
<tbody> <tbody>
<tr> <tr>
<td >&nbsp;</td> <td >&nbsp;</td>