@@ -419,7 +419,7 @@ <h1>Clippy Lints</h1>
419
419
420
420
< div class ="panel panel-default " ng-show ="data ">
421
421
< div class ="panel-body row ">
422
- < div id ="upper-filters " class ="col-12 col-md-6 ">
422
+ < div id ="upper-filters " class ="col-12 col-md-5 ">
423
423
< div class ="btn-group " filter-dropdown >
424
424
< button type ="button " class ="btn btn-default dropdown-toggle ">
425
425
Lint levels < span class ="badge "> {{selectedValuesCount(levels)}}</ span > < span class ="caret "> </ span >
@@ -538,7 +538,7 @@ <h1>Clippy Lints</h1>
538
538
</ ul >
539
539
</ div >
540
540
</ div >
541
- < div class ="col-12 col-md-6 search-control ">
541
+ < div class ="col-12 col-md-5 search-control ">
542
542
< div class ="input-group ">
543
543
< label class ="input-group-addon " id ="filter-label " for ="search-input "> Filter:</ label >
544
544
< input type ="text " class ="form-control filter-input " placeholder ="Keywords or search string " id ="search-input "
@@ -552,10 +552,10 @@ <h1>Clippy Lints</h1>
552
552
</ div >
553
553
</ div >
554
554
< div class ="col-12 col-md-2 btn-group expansion-group ">
555
- < button title ="Collapse All " class ="btn btn-default expansion-control " type ="button " ng-click ="toggleExpansion(data, false); $event.stopPropagation() ">
555
+ < button title ="Collapse All " class ="btn btn-default expansion-control " type ="button " ng-click ="toggleExpansion(data, false) ">
556
556
< span class ="glyphicon glyphicon-collapse-up "> </ span >
557
557
</ button >
558
- < button title ="Expand All " class ="btn btn-default expansion-control " type ="button " ng-click ="toggleExpansion(data, true); $event.stopPropagation() ">
558
+ < button title ="Expand All " class ="btn btn-default expansion-control " type ="button " ng-click ="toggleExpansion(data, true) ">
559
559
< span class ="glyphicon glyphicon-collapse-down "> </ span >
560
560
</ button >
561
561
</ div >
0 commit comments