diff --git a/src/App/Controls/SendViewCell/SendViewCell.xaml b/src/App/Controls/SendViewCell/SendViewCell.xaml
index f740f87a6..135f2d729 100644
--- a/src/App/Controls/SendViewCell/SendViewCell.xaml
+++ b/src/App/Controls/SendViewCell/SendViewCell.xaml
@@ -46,6 +46,7 @@
+
@@ -59,7 +60,7 @@
LineBreakMode="TailTruncation"
Grid.Column="0"
Grid.Row="1"
- Grid.ColumnSpan="5"
+ Grid.ColumnSpan="6"
StyleClass="list-subtitle, list-subtitle-platform"
Text="{Binding Send.DisplayDate, Mode=OneWay}" />
+
-
-