mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:36:48 +00:00
fix #2752-Run report button in Reports section not alligned properly (#2753)
Co-authored-by: Shreyank Byadagi <57580641+shrunk3@users.noreply.github.com>
This commit is contained in:
parent
89974697aa
commit
eb1f3a780a
@ -21351,7 +21351,12 @@ div.chosen-container.chosen-container-single {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.paddedleft52px {
|
||||
padding-left: 52px;
|
||||
}
|
||||
|
||||
/* line 108, ../styles-dev/main/components/_report.scss */
|
||||
|
||||
.paddedleft80 {
|
||||
padding-left: 8%;
|
||||
}
|
||||
|
||||
@ -80,8 +80,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<span class="col-md-offset-3 paddedleft120"><a id="run" ng-click="runReport()" class="btn btn-primary">
|
||||
<i class="fa fa-play"></i> {{ 'label.button.runreport' | translate }}</a></span>
|
||||
<span class="col-md-offset-3 paddedleft52px"><a id="run" ng-click="runReport()" class="btn btn-primary control"></i>
|
||||
{{ 'label.button.runreport' | translate }}</a></span>
|
||||
</div>
|
||||
<div style="visibility: hidden">
|
||||
<table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user