Skip to content

Commit 9c7dc3e

Browse files
authored
Merge pull request #375 from topcoder-platform/TCA-593_fix-container-height
TCA-593 - fix the content height for my learning tabs -> TCA-407
2 parents 783114e + ac5d899 commit 9c7dc3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

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

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

src-ts/tools/learn/my-learning/in-progress-tab/InProgressTab.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
display: flex;
66
flex-direction: column;
77
position: relative;
8+
flex: 1;
89

910
@include ltemd {
1011
gap: $space-xxl;

0 commit comments

Comments
 (0)