File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/shared/components/ProfilePage
Stats/SubTrackChallengeView/ChallengeTable Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ table.challenges {
7
7
tbody {
8
8
width : 100% ;
9
9
display : block ;
10
- height : 385 px ;
10
+ max- height : 365 px ;
11
11
overflow-y : auto ;
12
12
13
13
@include roboto-regular ;
@@ -66,7 +66,7 @@ table.challenges {
66
66
}
67
67
68
68
@include xs-to-sm {
69
- height : 360px ;
69
+ max- height : 360px ;
70
70
71
71
tr {
72
72
flex-direction : column ;
Original file line number Diff line number Diff line change 64
64
.modal-container-copilot ,
65
65
.modal-container {
66
66
width : 1232px ;
67
- height : 700px ;
68
- max-height : 700px ;
67
+ min-height : 700px ;
69
68
max-width : 1232px ;
70
69
border-radius : 8px ;
71
- padding : 32px 32px 48 px 32px ;
70
+ padding : 32px 32px 0 32px ;
72
71
gap : 24px ;
73
72
74
73
& .modal-container-copilot {
You can’t perform that action at this time.
0 commit comments