From ae57b3a8c5b8ab0bdc11fac9c5e8d9277fb1f95d Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 10 Apr 2017 16:41:52 -0400 Subject: [PATCH] Add more specific class names to notification divs (#1120) --- .../features/notifications/components/notification.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/components/features/notifications/components/notification.jsx b/app/assets/javascripts/components/features/notifications/components/notification.jsx index 0de4df52e..c9279b20e 100644 --- a/app/assets/javascripts/components/features/notifications/components/notification.jsx +++ b/app/assets/javascripts/components/features/notifications/components/notification.jsx @@ -21,7 +21,7 @@ const Notification = React.createClass({ renderFollow (account, link) { return ( -
+
@@ -41,7 +41,7 @@ const Notification = React.createClass({ renderFavourite (notification, link) { return ( -
+
@@ -57,7 +57,7 @@ const Notification = React.createClass({ renderReblog (notification, link) { return ( -
+