diff --git a/gui/src/app/view/spend/detail.rs b/gui/src/app/view/spend/detail.rs index fc64fe42..5e844bce 100644 --- a/gui/src/app/view/spend/detail.rs +++ b/gui/src/app/view/spend/detail.rs @@ -155,7 +155,9 @@ pub fn spend_modal<'a, T: Into>>( .padding(10) .style(container::Style::Background), ) - .push(modal_section(Container::new(Scrollable::new(content)))) + .push(modal_section(Container::new( + Container::new(Scrollable::new(content)).max_width(750), + ))) .width(Length::Fill) .height(Length::Fill) .into()