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 357
357
opacity : 30% ;
358
358
}
359
359
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
+
360
378
: not (pre ) > code {
361
379
color : var (--inline-code-color );
362
380
background-color : var (--inline-code-bg );
@@ -533,7 +551,7 @@ <h1>Clippy Lints</h1>
533
551
</ span >
534
552
</ div >
535
553
</ div >
536
- < div class ="btn-group ">
554
+ < div class ="col-12 col-md-2 btn-group expansion -group ">
537
555
< button title ="Collapse All " class ="btn btn-default expansion-control " type ="button " ng-click ="toggleExpansion(data, false); $event.stopPropagation() ">
538
556
< span class ="glyphicon glyphicon-collapse-up "> </ span >
539
557
</ button >
You can’t perform that action at this time.
0 commit comments