mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-20 18:04:18 +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;
|
break 's;
|
||||||
}
|
}
|
||||||
|
|
||||||
ui.horizontal(|ui| {
|
ui.horizontal_wrapped(|ui| {
|
||||||
note_action = reply_desc(
|
note_action = reply_desc(
|
||||||
ui,
|
ui,
|
||||||
txn,
|
txn,
|
||||||
|
|||||||
Reference in New Issue
Block a user