Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

AS#148310367971238, Bug: Grey section visible on my challenges page #853

Merged
merged 1 commit into from
Jun 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/my-challenges/my-challenges.jade
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
ng-repeat="challenge in vm.myChallenges | orderBy:vm.orderBy:true",
challenge="challenge", view="vm.view", ng-class="vm.view + '-view'")

tc-section.load-more(state="vm.loading")
tc-section.load-more-section(state="vm.loading")
button.tc-btn(ng-show="vm.totalCount > vm.myChallenges.length", ng-click="vm.loadMore()") Load More
2 changes: 1 addition & 1 deletion assets/css/my-challenges/my-challenges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
text-align: center;
}

section.load-more {
section.load-more-section {
min-height: auto;
}

Expand Down