aboutsummaryrefslogtreecommitdiff
path: root/vfs/vfs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vfs/vfs.ts')
-rw-r--r--vfs/vfs.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/vfs/vfs.ts b/vfs/vfs.ts
index ed126eb..c6b4f0a 100644
--- a/vfs/vfs.ts
+++ b/vfs/vfs.ts
@@ -195,6 +195,7 @@ class WuiVfsPath {
this.el.style.borderColor = "silver";
this.el.style.overflow = "auto";
this.el.style.padding = "10px 10px 20px 0px";
+ this.el.style.whiteSpace = "nowrap";
this.onClick = onClick;
}