We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ac3fb commit 35ba908Copy full SHA for 35ba908
src/adapter.rs
@@ -760,7 +760,7 @@ impl Adapter {
760
761
let widths = [
762
Constraint::Length(2),
763
- Constraint::Length(15),
+ Constraint::Length(25),
764
Constraint::Length(8),
765
Constraint::Length(6),
766
Constraint::Length(12),
@@ -903,7 +903,7 @@ impl Adapter {
903
.collect();
904
905
906
907
Constraint::Length(15),
908
909
];
0 commit comments