diff --git a/src/config.rs b/src/config.rs index 7141297..61e2d31 100644 --- a/src/config.rs +++ b/src/config.rs @@ -236,7 +236,7 @@ impl Settings { name: "meta:hostname_short".to_string(), label: "Host".to_string(), align: ColumnAlignment::Left, - max_len: Some("28".to_string()), + max_len: Some("14".to_string()), }, ColumnConfig { name: "meta:command".to_string(),