summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index fcdf6caaa59..bfcc77d8999 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -468,7 +468,7 @@
actionsWidth += $(action).outerWidth();
});
- // substract app navigation toggle when visible
+ // subtract app navigation toggle when visible
containerWidth -= $('#app-navigation-toggle').width();
this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10);