diff --git a/crates/notedeck_ui/src/note/contents.rs b/crates/notedeck_ui/src/note/contents.rs index 5d5bb9c..35f5857 100644 --- a/crates/notedeck_ui/src/note/contents.rs +++ b/crates/notedeck_ui/src/note/contents.rs @@ -192,7 +192,7 @@ fn render_undecorated_note_contents<'a>( let mut supported_medias: Vec = vec![]; let response = ui.horizontal_wrapped(|ui| { - ui.spacing_mut().item_spacing.x = 0.0; + ui.spacing_mut().item_spacing.x = 1.0; let blocks = if let Ok(blocks) = note_context.ndb.get_blocks_by_key(txn, note_key) { blocks