fixed file list time wrap. fixes #749
This commit is contained in:
parent
3de760db12
commit
cf5defa6a9
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ module.exports = function(file, state, emit) {
|
|||
${state.translate('copiedUrl')}
|
||||
</span>
|
||||
</td>
|
||||
<td>${remainingTime}</td>
|
||||
<td class="overflow-col">${remainingTime}</td>
|
||||
<td class="center-col">${totalDownloads} / ${downloadLimit}</td>
|
||||
<td class="center-col">
|
||||
<img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue