Skip to content
Snippets Groups Projects
Commit 089c41b5 authored by James Calfee's avatar James Calfee Committed by GitHub
Browse files

Merge pull request #174 from aaroncox/witness-row-fix

Fixing desktop rows on witness page
parents a208d964 ac31c3cb
No related branches found
No related tags found
No related merge requests found
......@@ -106,21 +106,21 @@ class Witnesses extends React.Component {
</p>
</div>
</div>
<table>
<thead>
<tr>
<th></th>
<th>Witness</th>
<th>Information</th>
</tr>
</thead>
<tbody>
{witnesses.toArray()}
</tbody>
</table>
<hr/>
<div className="row">
<div className="row small-collapse">
<div className="column small-12">
<table>
<thead>
<tr>
<th></th>
<th>Witness</th>
<th>Information</th>
</tr>
</thead>
<tbody>
{witnesses.toArray()}
</tbody>
</table>
<hr/>
<p>If you would like to vote for a witness outside of the top 50, enter the account name below to cast a vote.</p>
<form>
<input type="text" style={{float: "left", width: "75%"}} value={customUsername} onChange={onWitnessChange} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment