diff --git a/src/config.rs b/src/config.rs index 80b91bf..9d248cd 100644 --- a/src/config.rs +++ b/src/config.rs @@ -233,19 +233,19 @@ impl Settings { name: "tags".to_string(), label: "Tags".to_string(), align: ColumnAlignment::Left, - max_len: Some("40".to_string()), + max_len: None, }, ColumnConfig { name: "meta:hostname_short".to_string(), label: "Host".to_string(), align: ColumnAlignment::Left, - max_len: Some("14".to_string()), + max_len: None, }, ColumnConfig { name: "meta:command".to_string(), label: "Command".to_string(), align: ColumnAlignment::Left, - max_len: Some("100".to_string()), + max_len: None, }, ]; }