mirror of
https://github.com/nextcloud/server.git
synced 2026-06-27 09:30:36 -04:00
shared view: remove whitespace glitch on right
This commit is contained in:
parent
ae195c99a1
commit
0a91c22ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@
|
|||
|
||||
var info = t('files', '{dirs} and {files}', infoVars);
|
||||
|
||||
var $summary = $('<td><span class="info">'+info+'</span></td>'+fileSize+'<td></td>');
|
||||
var $summary = $('<td><span class="info">'+info+'</span></td>'+fileSize+'<td class="date"></td>');
|
||||
|
||||
if (!this.summary.totalFiles && !this.summary.totalDirs) {
|
||||
this.$el.addClass('hidden');
|
||||
|
|
|
|||
Loading…
Reference in a new issue