Skip to content

Commit

Permalink
Improve UI of game instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbailey27 committed Dec 20, 2019
1 parent d285fd1 commit 5b5abd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Tables.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Tables extends Component {
return (
<div className='tables'>
<h3>Tables</h3>
<h5>Please enter a comma-separated list of games, with the same number of games as rounds</h5>
<p style={{padding:'0 1rem', marginTop: 0}}>Please enter a comma-separated list of games, with the same number of games as rounds</p>
{this.renderTableRows()}
<button type='button' className='button' onClick={this.addTableRow}>Add Table</button>
</div>
Expand Down

0 comments on commit 5b5abd4

Please sign in to comment.