We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f938f commit b558596Copy full SHA for b558596
src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss
@@ -410,6 +410,7 @@
410
.checkboxes {
411
display: flex;
412
flex-wrap: wrap;
413
+ flex-direction: column;
414
width: 100%;
415
justify-content: space-between;
416
gap: 18px;
@@ -491,7 +492,7 @@
491
492
@include sm-to-md {
493
494
- flex-direction: row;
495
496
497
}
498
0 commit comments