Skip to content

Commit 0bb9c43

Browse files
authored
Merge pull request #399 from topcoder-platform/TCA-643_my-learning-double-scrollbar
TCA-643 - increase bottom padding for my learning courses list -> dev
2 parents e836f3b + 4904e23 commit 0bb9c43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src-ts/tools/learn/my-learning/completed-tab/CompletedTab.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: flex;
55
gap: $space-xxl;
66
flex-wrap: wrap;
7-
flex: 1;
7+
flex: 0 1 auto;
88

99
> * {
1010
flex: 0 1 calc(50% - calc($space-xxl / 2));

src-ts/tools/learn/my-learning/tab-content-layout/TabContentLayout.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
display: flex;
77
flex-direction: column;
88
position: relative;
9+
min-height: 320px;
910

1011
flex: 1 1 auto;
1112

0 commit comments

Comments
 (0)