forked from Henry-Hiles/nexus
increase padding on message wrapper
This commit is contained in:
parent
bbfae7de34
commit
0ac714f1e9
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ class MessageWrapper extends StatelessWidget {
|
|||
Expanded(
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
spacing: 4,
|
||||
children: [
|
||||
if (groupStatus?.isFirst != false)
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue