File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 357357 opacity : 30% ;
358358 }
359359
360+ .expansion-group {
361+ margin-top : 15px ;
362+ padding : 0px 8px ;
363+ display : flex;
364+ flex-wrap : nowrap;
365+ }
366+
367+ @media (min-width : 992px ) {
368+ .expansion-group {
369+ margin-top : 0 ;
370+ padding : 0px 15px ;
371+ }
372+ }
373+
374+ .expansion-control {
375+ width : 50% ;
376+ }
377+
360378 : not (pre ) > code {
361379 color : var (--inline-code-color );
362380 background-color : var (--inline-code-bg );
@@ -533,7 +551,7 @@ <h1>Clippy Lints</h1>
533551 </ span >
534552 </ div >
535553 </ div >
536- < div class ="btn-group ">
554+ < div class ="col-12 col-md-2 btn-group expansion -group ">
537555 < button title ="Collapse All " class ="btn btn-default expansion-control " type ="button " ng-click ="toggleExpansion(data, false); $event.stopPropagation() ">
538556 < span class ="glyphicon glyphicon-collapse-up "> </ span >
539557 </ button >
You can’t perform that action at this time.
0 commit comments