diff --git a/podcasts-gtk/src/widgets/show.rs b/podcasts-gtk/src/widgets/show.rs index 7351d92..9f2d59a 100644 --- a/podcasts-gtk/src/widgets/show.rs +++ b/podcasts-gtk/src/widgets/show.rs @@ -97,7 +97,7 @@ impl ShowWidget { /// Set the descripton text. fn set_description(&self, text: &str) { self.description - .set_markup(html2text::from_read(text.as_bytes(), 70).trim()); + .set_markup(html2text::from_read(text.as_bytes(), 90).trim()); } pub(crate) fn show_id(&self) -> Option {