[QuotedMessageWidget] Remove bottom padding
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -111,7 +111,7 @@ class QuotedMessageWidget extends StatelessWidget {
|
|||||||
return InkWell(
|
return InkWell(
|
||||||
onTap: onTap,
|
onTap: onTap,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(top: 8, bottom: 6, right: 4, left: 8),
|
padding: const EdgeInsets.only(top: 8, right: 4, left: 8),
|
||||||
child: Row(
|
child: Row(
|
||||||
crossAxisAlignment: CrossAxisAlignment.end,
|
crossAxisAlignment: CrossAxisAlignment.end,
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
|||||||
Reference in New Issue
Block a user