diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/style.css b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
index b787ebc05..fbf249939 100644
a
|
b
|
body.trac a.attachment { |
1754 | 1754 | height: 38px !important; |
1755 | 1755 | width: 38px !important; |
1756 | 1756 | } |
| 1757 | |
| 1758 | /* Resolved Pagination text hide issue. */ |
| 1759 | #bbpress-forums .bbp-pagination .bbp-pagination-count{ |
| 1760 | width: auto; |
| 1761 | display: inline-block; |
| 1762 | } |
1757 | 1763 | } |
1758 | 1764 | |
| 1765 | |
1759 | 1766 | /* Mobile */ |
1760 | 1767 | @media only screen and (max-width: 480px) { |
1761 | 1768 | #bbpress-forums div.bbp-topic-author img.avatar, |
… |
… |
body.trac a.attachment { |
1799 | 1806 | top: 0; |
1800 | 1807 | left: 0; |
1801 | 1808 | } |
| 1809 | |
| 1810 | /* Resolved Pagination text hide issue. */ |
| 1811 | #bbpress-forums .bbp-pagination .bbp-pagination-count { |
| 1812 | width: 100%; |
| 1813 | display: block; |
| 1814 | } |
| 1815 | |
| 1816 | #bbpress-forums .bbp-pagination .bbp-pagination-links { |
| 1817 | float: none; |
| 1818 | width: 100%; |
| 1819 | display: inline-block; |
| 1820 | margin-top: 10px; |
| 1821 | } |
1802 | 1822 | } |
1803 | 1823 | |