chore: Increase max size of message bubbles
This commit is contained in:
parent
d507fbdda2
commit
71ec663c67
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@ class Message extends StatelessWidget {
|
|||
color: color,
|
||||
borderRadius: BorderRadius.circular(radius),
|
||||
),
|
||||
constraints: BoxConstraints(maxWidth: FluffyThemes.columnWidth),
|
||||
constraints:
|
||||
BoxConstraints(maxWidth: FluffyThemes.columnWidth * 1.5),
|
||||
child: Stack(
|
||||
children: <Widget>[
|
||||
Column(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue