diff --git a/gui/src/app/view/spend/mod.rs b/gui/src/app/view/spend/mod.rs index 4f5ad1e1..39bfc1b4 100644 --- a/gui/src/app/view/spend/mod.rs +++ b/gui/src/app/view/spend/mod.rs @@ -406,8 +406,9 @@ pub fn recipient_view<'a>( checkbox("MAX", is_max_selected, move |_| { CreateSpendMessage::SendMaxToRecipient(index) }), - "Total amount remaining after paying fee and any other recipients", - tooltip::Position::Left, + // Add spaces at end so that text is padded at screen edge. + "Total amount remaining after paying fee and any other recipients ", + tooltip::Position::Bottom, )) .width(Length::Fill), ),