fixed file list time wrap. fixes #749

This commit is contained in:
Danny Coates 2018-02-02 10:37:28 -08:00
parent 3de760db12
commit cf5defa6a9
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ module.exports = function(file, state, emit) {
${state.translate('copiedUrl')} ${state.translate('copiedUrl')}
</span> </span>
</td> </td>
<td>${remainingTime}</td> <td class="overflow-col">${remainingTime}</td>
<td class="center-col">${totalDownloads} / ${downloadLimit}</td> <td class="center-col">${totalDownloads} / ${downloadLimit}</td>
<td class="center-col"> <td class="center-col">
<img <img

View File

@ -343,7 +343,7 @@ tbody {
} }
#expiry-time-file-list { #expiry-time-file-list {
width: 21%; width: 25%;
} }
#expiry-downloads-file-list { #expiry-downloads-file-list {
@ -351,7 +351,7 @@ tbody {
} }
#delete-file-list { #delete-file-list {
width: 12%; width: 7%;
} }
.overflow-col { .overflow-col {