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
|
|
div.plugin-meta img { |
1374 | 1374 | #bbpress-forums p.bbp-user-nicename { |
1375 | 1375 | font-weight: bold; |
1376 | 1376 | color: #888; |
| 1377 | direction: ltr; |
1377 | 1378 | word-wrap: break-word; |
1378 | 1379 | display: inline-block; |
1379 | 1380 | margin: 0; |