Skip to content

Commit a6c2cf3

Browse files
committed
Fix issue #132
1 parent 75a3040 commit a6c2cf3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

src/shared/components/challenge-listing/Filters/ChallengeFilters.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
height: 60px;
4242

4343
@include xxs-to-sm {
44-
height: 40px;
44+
height: auto;
4545
}
4646
}
4747

src/shared/components/challenge-listing/Filters/FiltersCardsType/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ $type-radius-4: $corner-radius * 2;
2727
height: $type-space-40;
2828
line-height: $type-space-40;
2929
margin-right: $type-space-20;
30+
31+
&:last-child {
32+
margin-right: $type-space-20 - 5;
33+
}
3034
}
3135

3236
&:visited {

src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ $panel-radius-4: $corner-radius * 2;
8080
display: flex;
8181
justify-content: center;
8282
position: relative;
83+
right: 0;
84+
top: $panel-space-30;
8385
width: 100%;
8486
padding-left: 0;
8587
border-left: none;
@@ -155,6 +157,14 @@ $panel-radius-4: $corner-radius * 2;
155157
&.left-label {
156158
min-width: 58px;
157159
}
160+
161+
@include xxs-to-sm {
162+
text-align: left;
163+
164+
&.left-label {
165+
min-width: 96px;
166+
}
167+
}
158168
}
159169

160170
:global(.Select) {
@@ -374,7 +384,7 @@ $panel-radius-4: $corner-radius * 2;
374384
.Select-value-icon {
375385
position: absolute;
376386
right: 0;
377-
top: 0;
387+
top: 4px;
378388
padding: 0 $panel-space-7;
379389
font-size: 14px;
380390
border: none;

0 commit comments

Comments
 (0)