Skip to content

Commit

Permalink
fix: show value on full width
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jan 30, 2022
1 parent 2941d7c commit e1ee67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive/ui/history.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ where
.widths(&[
Constraint::Length(12),
Constraint::Length(11),
Constraint::Min(10),
Constraint::Percentage(100),
]);

let mut state = TableState::default();
Expand Down

0 comments on commit e1ee67c

Please sign in to comment.