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')}
|
${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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue