File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
<div class =" columns wider-gap" >
22
22
<div class =" column" >
23
23
<Stepper v-model =" currentStepId" @restart =" restart" @done =" done" />
24
- <help-section @change =" openChooserModal" />
25
24
</div >
26
25
<div class =" column right-column" >
27
26
<!-- The right column with the recommended license should be fixed until
41
40
</div >
42
41
</div >
43
42
</div >
43
+ <help-section @change =" openChooserModal" />
44
44
</div >
45
45
<footer-section v-if =" !isEmbedded" />
46
46
<chooser-modal :active-modal =" openModal" @close =" closeChooserModal" />
@@ -248,7 +248,7 @@ footer.main-footer {
248
248
font-size : 1rem ;
249
249
}
250
250
.stepper-instructions {
251
- margin-bottom : 2rem ;
251
+ // margin-bottom: 2rem;
252
252
}
253
253
.columns.wider-gap .column :first-child ,
254
254
.columns.wider-gap .column :last-child {
You can’t perform that action at this time.
0 commit comments