File tree 1 file changed +15
-0
lines changed
src/shared/components/challenge-listing/Filters/FiltersPanel
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -293,8 +293,11 @@ $panel-radius-4: $corner-radius * 2;
293
293
294
294
.filter-row {
295
295
display : flex ;
296
+ flex-direction : row ;
296
297
align-items : center ;
298
+ flex-wrap : wrap ;
297
299
margin-right : $panel-space-100 + 17 ;
300
+ width : auto ;
298
301
299
302
@include xs-to-md {
300
303
display : block ;
@@ -397,6 +400,7 @@ $panel-radius-4: $corner-radius * 2;
397
400
z-index : 3 ;
398
401
}
399
402
403
+ min-width : 206px ;
400
404
margin-right : $panel-space-30 ;
401
405
402
406
:global (.Select-value ) {
@@ -407,6 +411,17 @@ $panel-radius-4: $corner-radius * 2;
407
411
color : $tc-gray-50 ;
408
412
line-height : $panel-space-30 - 2 ;
409
413
}
414
+
415
+ @media screen and (max-width : 1024px ) {
416
+ width : 100% ;
417
+ margin-top : 15px ;
418
+ }
419
+
420
+ @media screen and (min-width : 1025px ) and (max-width : 1346px ) {
421
+ margin-top : 15px ;
422
+
423
+ @include calc (width , ' 50% - 30px' );
424
+ }
410
425
}
411
426
}
412
427
}
You can’t perform that action at this time.
0 commit comments