From 4e3721b988afe8d30079ed0c5a488a320303141f Mon Sep 17 00:00:00 2001
From: Joseph Fusco <hello@josephfus.co>
Date: Thu, 29 Sep 2016 09:11:14 -0400
Subject: [PATCH] Fix @username direction in rtl

---
 buddypress.org/public_html/wp-content/themes/bb-base/style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git buddypress.org/public_html/wp-content/themes/bb-base/style.css buddypress.org/public_html/wp-content/themes/bb-base/style.css
index b436678..f82e210 100644
--- buddypress.org/public_html/wp-content/themes/bb-base/style.css
+++ buddypress.org/public_html/wp-content/themes/bb-base/style.css
@@ -1374,6 +1374,7 @@ div.plugin-meta img {
 #bbpress-forums p.bbp-user-nicename {
 	font-weight: bold;
 	color: #888;
+	direction: ltr;
 	word-wrap: break-word;
 	display: inline-block;
 	margin: 0;
-- 
2.8.4 (Apple Git-73)

