Skip to content

Commit ac5d899

Browse files
committed
TCA-593 - fix the content height for my learning tabs
1 parent 82bc219 commit ac5d899

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)