mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 00:33:03 +00:00
Tidy up spacing for movement summary
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 > </td>
|
<td > </td>
|
||||||
|
|||||||
Reference in New Issue
Block a user