File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,13 +243,13 @@ <h5 class="modal-title" id="exampleModalLabel">Query Timeout</h5>
243
243
< p class ="filter-title "> EXPERTISE</ p >
244
244
< div class ="filter ">
245
245
< div > Expert Topic(s)</ div >
246
- < ul class ="list-group checkbox-list " id ="expert-list ">
246
+ < ul class ="list-group " id ="expert-list ">
247
247
< section ng-repeat ="expertTopic in expertTopics['topics'] ">
248
248
< li class ="ng-binding ng-scope ">
249
249
< input id ="{{expertTopic['expert_topic']}} " type ="checkbox " class ="form-check-input me-1 " ng-click ="selectSubList($event, 'selectTopic') "> {{expertTopic['expert_label']}}
250
250
< img src ="images/dropdown.svg " ng-click ="showSubList($event) " />
251
251
</ li >
252
- < ul class ="list-group list-group-indented " style ="display: none ">
252
+ < ul class ="list-group checkbox-list list-group-indented " style ="display: none ">
253
253
< li ng-repeat ="expertSubTopic in expertTopic['expert_subtopic'] track by $index ">
254
254
< input id ="{{expertSubTopic}} " type ="checkbox " class ="form-check-input me-1 " ng-click ="selectTopic() " value ="{{expertSubTopic}} " name ="expert "> {{expertTopic['expert_sublabel'][$index]}}
255
255
</ li >
You can’t perform that action at this time.
0 commit comments