diff options
| -rw-r--r-- | vfs/vfs.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |
