mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 09:34:19 +01:00
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:
@@ -429,7 +429,7 @@ impl<'a, 'd> NoteView<'a, 'd> {
|
||||
break 's;
|
||||
}
|
||||
|
||||
ui.horizontal(|ui| {
|
||||
ui.horizontal_wrapped(|ui| {
|
||||
note_action = reply_desc(
|
||||
ui,
|
||||
txn,
|
||||
|
||||
Reference in New Issue
Block a user