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

Commit 3a73377

Browse files
author
vikasrohit
committed
SUP-3014, [Profile] Issues with card alignment
-- Fixed alignment issues with design and develop tracks, data science track is already working fine.
1 parent 3075193 commit 3a73377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/profile/subtrack/design/design-challenges.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
.no-challenges(ng-show="!vm.challenges || vm.challenges.length == 0")
99
| Sorry, no successful challenges found.
1010

11-
tc-endless-paginator(state="vm.status.challenges", page-params="vm.pageParams")
11+
tc-endless-paginator(state="vm.status.challenges", page-params="vm.pageParams")

app/profile/subtrack/develop/develop-challenges.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
.no-challenges(ng-show="!vm.challenges || vm.challenges.length == 0")
1111
| Sorry, no successful challenges found.
1212

13-
tc-endless-paginator(state="vm.status.challenges", page-params="vm.pageParams")
13+
tc-endless-paginator(state="vm.status.challenges", page-params="vm.pageParams")

0 commit comments

Comments
 (0)