diff --git a/lib/ui/app/link_text.dart b/lib/ui/app/link_text.dart index 1faafc86d..2a75c8100 100644 --- a/lib/ui/app/link_text.dart +++ b/lib/ui/app/link_text.dart @@ -40,10 +40,10 @@ class _LinkTextRelatedEntityState extends State { child: GestureDetector( child: Text( widget.entity.listDisplayName, - textAlign: TextAlign.center, style: TextStyle( - decoration: - _isHovered ? TextDecoration.underline : TextDecoration.none), + decoration: + _isHovered ? TextDecoration.underline : TextDecoration.none, + ), ), onTap: () { viewEntity(entity: widget.relation);