Skip to content

Commit 35ba908

Browse files
committed
increase the length of the network name field
1 parent 86ac3fb commit 35ba908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adapter.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ impl Adapter {
760760

761761
let widths = [
762762
Constraint::Length(2),
763-
Constraint::Length(15),
763+
Constraint::Length(25),
764764
Constraint::Length(8),
765765
Constraint::Length(6),
766766
Constraint::Length(12),
@@ -903,7 +903,7 @@ impl Adapter {
903903
.collect();
904904

905905
let widths = [
906-
Constraint::Length(15),
906+
Constraint::Length(25),
907907
Constraint::Length(15),
908908
Constraint::Length(8),
909909
];

0 commit comments

Comments
 (0)