ShowWidget: Increase the description char limit
This commit is contained in:
parent
28f08ed196
commit
e068cff37b
@ -97,7 +97,7 @@ impl ShowWidget {
|
||||
/// Set the description 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<i32> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user