diff --git a/lib/pangea/chat/widgets/chat_input_bar.dart b/lib/pangea/chat/widgets/chat_input_bar.dart index 11dc6d7dc..fbc0b0735 100644 --- a/lib/pangea/chat/widgets/chat_input_bar.dart +++ b/lib/pangea/chat/widgets/chat_input_bar.dart @@ -57,8 +57,13 @@ class ChatInputBarState extends State { child: SizeChangedLayoutNotifier( child: Column( children: [ - ActivityRoleTooltip( - choreographer: widget.controller.choreographer, + ConstrainedBox( + constraints: const BoxConstraints( + maxWidth: FluffyThemes.maxTimelineWidth, + ), + child: ActivityRoleTooltip( + choreographer: widget.controller.choreographer, + ), ), Container( padding: EdgeInsets.only(