Skip to content

Commit 43e8ed6

Browse files
committed
chore(mount): increase the width of FSType column
Increase the width of FSType column to support long filesystem names.
1 parent ad6f3ac commit 43e8ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mount.yazi/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function M:redraw()
171171
ui.Constraint.Length(20),
172172
ui.Constraint.Length(20),
173173
ui.Constraint.Percentage(70),
174-
ui.Constraint.Length(10),
174+
ui.Constraint.Length(20),
175175
},
176176
}
177177
end

0 commit comments

Comments
 (0)