fix urlattachment title
This commit is contained in:
@@ -78,8 +78,9 @@ class UrlAttachment extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
if (urlAttachment.title != null)
|
if (urlAttachment.title != null)
|
||||||
Text(
|
Text(
|
||||||
urlAttachment.title,
|
urlAttachment.title.trim(),
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.w700,
|
fontWeight: FontWeight.w700,
|
||||||
fontSize: 12.0,
|
fontSize: 12.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user