fix urlattachment title

This commit is contained in:
Salvatore Giordano
2020-12-11 10:15:07 +01:00
parent bcdc034a2d
commit 9fd79a3e00
+2 -1
View File
@@ -78,8 +78,9 @@ class UrlAttachment extends StatelessWidget {
children: [
if (urlAttachment.title != null)
Text(
urlAttachment.title,
urlAttachment.title.trim(),
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontWeight: FontWeight.w700,
fontSize: 12.0,