chore: give activity goal tooltip max width (#4179)

This commit is contained in:
ggurdin 2025-09-29 15:19:30 -04:00 committed by GitHub
parent 1605624006
commit b5558905d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,8 +57,13 @@ class ChatInputBarState extends State<ChatInputBar> {
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(