Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Fix ability table style
Browse files Browse the repository at this point in the history
  • Loading branch information
ukatama committed Apr 6, 2016
1 parent 72ecdbc commit 524f92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sheets/sw2_character_ja/ability.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const AbilityTable = ({data, readOnly, changeHandler}) => {
},
].map(({key, base, ability}) => {
const baseElement = base && (
<Td rowSpan={2}>
<Td rowSpan={2} style={{verticalAlign: 'middle'}}>
<SheetField
fullWidth
label={base.label}
Expand Down

0 comments on commit 524f92f

Please sign in to comment.