Skip to content

Commit c6dfde7

Browse files
Merge pull request #404 from topcoder-platform/dev
TCA-637 2.1 TCA Maintenance Release - 2022-11-08 -> master
2 parents 81d5da5 + 0bb9c43 commit c6dfde7

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@topcoder-platform/platform-ui",
3-
"version": "0.1.0",
3+
"version": "2.1",
44
"private": true,
55
"scripts": {
66
"dev": "yarn react-app-rewired start",

src-ts/lib/modals/base-modal/BaseModal.module.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
@import '../../styles/includes';
22
@import '../../styles/typography';
33

4+
:global(.react-responsive-modal-root) {
5+
:global(.react-responsive-modal-overlay),
6+
:global(.react-responsive-modal-modal) {
7+
animation-fill-mode:forwards !important;
8+
}
9+
10+
}
11+
412
.modal-header {
513
padding: 5px 0 0;
614
}
@@ -14,7 +22,7 @@
1422
overflow: auto;
1523
margin: 0 -1*$space-xxxxl -1*$space-xxxxl;
1624
padding: 0 $space-xxxxl $space-xxxxl;
17-
25+
1826
display: flex;
1927
flex-direction: column;
2028

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)