This commit is contained in:
Drew DeVault 2018-01-02 17:11:23 -05:00
parent 8d2edbe6fd
commit 1be9102388

View File

@ -31,7 +31,7 @@ class TorrentTable extends Component {
}}
/>
</th>
<th style={nameStyle}>name</th>
<th style={name_style}>name</th>
<th style={{ minWidth: '75px' }}>up</th>
<th style={{ minWidth: '75px' }}>down</th>
<th style={{width: "18rem"}}>
@ -63,7 +63,7 @@ class TorrentTable extends Component {
}
/>
</td>
<td style={nameStyle}>
<td style={name_style}>
<a
href={`/torrents/${t.id}`}
onClick={e => {