ui/note: fix another reply_desc wrapping issue

Fixes: https://github.com/damus-io/notedeck/issues/892
Changelog-Fixed: Fix another wrapping issue
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-25 12:11:44 -07:00
parent 2524ff1061
commit 96ab4ee681

View File

@@ -429,7 +429,7 @@ impl<'a, 'd> NoteView<'a, 'd> {
break 's; break 's;
} }
ui.horizontal(|ui| { ui.horizontal_wrapped(|ui| {
note_action = reply_desc( note_action = reply_desc(
ui, ui,
txn, txn,