aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/css/files.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 9c1869d1ffc..833c0aa1c13 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -674,7 +674,10 @@ table tr.summary td {
padding-top: 20px;
}
.summary .info {
- margin-left: 35px; /* td has padding of 15, col width is 50 */
+ margin-left: 2px;
+}
+.hiddeninfo {
+ white-space: pre-line;
}
table.dragshadow {