aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorGreta Doci <gretadoci@gmail.com>2019-11-26 18:52:56 +0100
committerGreta Doci <gretadoci@gmail.com>2019-11-26 18:52:56 +0100
commitefb73a9b3c65df833333f25cde5d70156a262b9e (patch)
tree674ff65396e2f7bba5feec2d8296a9aa805892e3 /apps/files/js
parentb607e3e6f41853600dd90820e82ceab5859c13c5 (diff)
downloadnextcloud-server-efb73a9b3c65df833333f25cde5d70156a262b9e.tar.gz
nextcloud-server-efb73a9b3c65df833333f25cde5d70156a262b9e.zip
fix summary elements alignment
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/filesummary.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js
index c866ccb4ff5..202dd51cd4c 100644
--- a/apps/files/js/filesummary.js
+++ b/apps/files/js/filesummary.js
@@ -62,7 +62,7 @@
* Returns whether the given file info must be hidden
*
* @param {OC.Files.FileInfo} fileInfo file info
- *
+ *
* @return {boolean} true if the file is a hidden file, false otherwise
*/
_isHiddenFile: function(file) {
@@ -266,7 +266,7 @@
}
var $summary = $(
- '<td>' + this._infoTemplate() + '</td>' +
+ '<td class="filesummary">'+ this._infoTemplate() + '</td>' +
fileSize +
'<td class="date"></td>'
);