File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed
src/shared/components/challenge-listing/Filters/FiltersPanel Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ workflows:
351
351
only :
352
352
- develop
353
353
- free
354
+ - justin-fixes
354
355
# This is alternate dev env for parallel testing
355
356
- " build-test " :
356
357
context : org-global
Original file line number Diff line number Diff line change @@ -666,8 +666,9 @@ export default function FiltersPanel({
666
666
</ React . Fragment >
667
667
)
668
668
}
669
- { isTcoChallengesVisible
670
- && (
669
+ {
670
+ isTcoChallengesVisible
671
+ && (
671
672
< React . Fragment >
672
673
< div styleName = "filter-row tco-challenges-filter" >
673
674
< span
@@ -695,9 +696,8 @@ export default function FiltersPanel({
695
696
</ div >
696
697
</ div >
697
698
</ React . Fragment >
698
- )
699
+ )
699
700
}
700
-
701
701
</ div >
702
702
703
703
{
Original file line number Diff line number Diff line change @@ -120,10 +120,8 @@ hr.hr {
120
120
121
121
.recommended-select-label ,
122
122
.tco-select-label {
123
- width : 45% ;
124
123
margin-bottom : 16px ;
125
124
display : flex ;
126
- white-space : nowrap ;
127
125
line-height : 30px ;
128
126
justify-content : flex-start ;
129
127
margin-top : 15px ;
@@ -133,8 +131,6 @@ hr.hr {
133
131
}
134
132
135
133
@include sm-to-md {
136
- width : 50% ;
137
-
138
134
> div {
139
135
display : inline-flex ;
140
136
flex-direction : row-reverse ;
@@ -623,16 +619,13 @@ hr.hr {
623
619
624
620
.recommended-challenge-tooltip ,
625
621
.tco-challenge-tooltip {
626
- position : absolute ;
627
- left : 210px ;
622
+ position : relative ;
623
+ left : 7px ;
624
+ top : 18px ;
628
625
display : flex ;
629
626
flex-direction : column ;
630
627
justify-content : center ;
631
628
height : 100% ;
632
-
633
- @include xs-to-md {
634
- left : 210px ;
635
- }
636
629
}
637
630
}
638
631
}
You can’t perform that action at this time.
0 commit comments