mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 22:50:53 +03:00
fixed file list time wrap. fixes #749
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -343,7 +343,7 @@ tbody {
|
||||
}
|
||||
|
||||
#expiry-time-file-list {
|
||||
width: 21%;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
#expiry-downloads-file-list {
|
||||
@@ -351,7 +351,7 @@ tbody {
|
||||
}
|
||||
|
||||
#delete-file-list {
|
||||
width: 12%;
|
||||
width: 7%;
|
||||
}
|
||||
|
||||
.overflow-col {
|
||||
|
||||
Reference in New Issue
Block a user