Let markdown::view be Shrink when no code blocks exist
This commit is contained in:
parent
d49d4dc3fa
commit
aa0f0e73aa
1 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,7 @@ where
|
||||||
.into(),
|
.into(),
|
||||||
});
|
});
|
||||||
|
|
||||||
Element::new(column(blocks).width(Length::Fill).spacing(text_size))
|
Element::new(column(blocks).spacing(spacing))
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The theme catalog of Markdown items.
|
/// The theme catalog of Markdown items.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue