diff --git a/LNNotificationsUI/LNNotificationsUI/LNNotificationBannerView.m b/LNNotificationsUI/LNNotificationsUI/LNNotificationBannerView.m index ffb4c86..7bdbeb4 100644 --- a/LNNotificationsUI/LNNotificationsUI/LNNotificationBannerView.m +++ b/LNNotificationsUI/LNNotificationsUI/LNNotificationBannerView.m @@ -273,7 +273,7 @@ - (void)layoutSubviews { [super layoutSubviews]; - _messageLabel.preferredMaxLayoutWidth = self.bounds.size.width - (15 + _appIcon.frame.size.width + 8 + 15); + _messageLabel.preferredMaxLayoutWidth = self.bounds.size.width - (15 + _appIcon.frame.size.width + 11 + 15); } - (void)configureForNotification:(LNNotification*)notification