fix half of constraint issues on message bubbles

The other issue for left side of the bubbles is yet to be fixed.

Change-Id: I1e6429ed4fa6aa45aac1b7a9b88bce6f74937bf0
diff --git a/src/views/IMTableCellView.mm b/src/views/IMTableCellView.mm
index bf8b5cc..56a7eea 100644
--- a/src/views/IMTableCellView.mm
+++ b/src/views/IMTableCellView.mm
@@ -45,7 +45,7 @@
     [self.msgBackground setAutoresizingMask:NSViewHeightSizable];
     [self.msgView setEnabledTextCheckingTypes:NSTextCheckingTypeLink];
     [self.msgView setAutomaticLinkDetectionEnabled:YES];
-    [self addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-5-[msgView]-|"
+    [self addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-5-[msgView]"
                                                                 options:0
                                                                 metrics:nil
                                                                   views:NSDictionaryOfVariableBindings(msgView)]];