Skip to content

Commit 44e9743

Browse files
committed
update the widths for new network section
1 parent ffec314 commit 44e9743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adapter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,9 +903,9 @@ impl Adapter {
903903
.collect();
904904

905905
let widths = [
906-
Constraint::Length(20),
907906
Constraint::Length(15),
908-
Constraint::Length(6),
907+
Constraint::Length(15),
908+
Constraint::Length(8),
909909
];
910910

911911
let new_networks_table = Table::new(rows, widths)

0 commit comments

Comments
 (0)