diff --git a/src/ui/mod.rs b/src/ui/mod.rs index a3cb0c1c..02f26b4d 100644 --- a/src/ui/mod.rs +++ b/src/ui/mod.rs @@ -116,7 +116,7 @@ where .border_style(help_menu_style), ) .style(help_menu_style) - .widths(&[Constraint::Max(110)]); + .widths(&[Constraint::Percentage(100)]); f.render_widget(help_menu, chunks[0]); }