Skip to content

Commit b558596

Browse files
committed
Change flow for challenge type filter in filter panel (TOP-1550)
1 parent 84f938f commit b558596

File tree

1 file changed

+2
-1
lines changed
  • src/shared/components/challenge-listing/Filters/FiltersPanel

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@
410410
.checkboxes {
411411
display: flex;
412412
flex-wrap: wrap;
413+
flex-direction: column;
413414
width: 100%;
414415
justify-content: space-between;
415416
gap: 18px;
@@ -491,7 +492,7 @@
491492
@include sm-to-md {
492493
width: 100%;
493494
display: flex;
494-
flex-direction: row;
495+
flex-direction: column;
495496
justify-content: space-between;
496497
}
497498
}

0 commit comments

Comments
 (0)