Merge pull request #13427 from edx/bjacobel/load-more-button

Fix width of 'Load More' button in Discussions
This commit is contained in:
Brian Jacobel
2016-09-09 11:38:10 -04:00
committed by GitHub

View File

@@ -322,6 +322,7 @@
.forum-nav-load-more-link {
@extend %forum-nav-load-more-content;
color: $link-color;
width: 100%;
&:hover,
&:focus {