Skip to content

Commit 74efb44

Browse files
Merge pull request #5124 from topcoder-platform/issue-5072-LieutenantRoger
issue-5072
2 parents d1b40f6 + 169c172 commit 74efb44

File tree

1 file changed

+15
-0
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersPanel

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,11 @@ $panel-radius-4: $corner-radius * 2;
293293

294294
.filter-row {
295295
display: flex;
296+
flex-direction: row;
296297
align-items: center;
298+
flex-wrap: wrap;
297299
margin-right: $panel-space-100 + 17;
300+
width: auto;
298301

299302
@include xs-to-md {
300303
display: block;
@@ -397,6 +400,7 @@ $panel-radius-4: $corner-radius * 2;
397400
z-index: 3;
398401
}
399402

403+
min-width: 206px;
400404
margin-right: $panel-space-30;
401405

402406
:global(.Select-value) {
@@ -407,6 +411,17 @@ $panel-radius-4: $corner-radius * 2;
407411
color: $tc-gray-50;
408412
line-height: $panel-space-30 - 2;
409413
}
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+
}
410425
}
411426
}
412427
}

0 commit comments

Comments
 (0)