Sfoglia il codice sorgente

💄 more readable descriptions

jmacura 3 anni fa
parent
commit
b740e65947

+ 2 - 2
src/adjuster/adjuster-simple-panel/adjuster-simple-panel.component.html

@@ -7,7 +7,7 @@
           <button type="button" class="btn btn-primary btn-lg" (click)="adjusterService.apply()"
             [disabled]="adjusterService.isInProcess() || adjUIService.noDataSelected() || adjUIService.noOperationSelected() ">{{'ADJUSTER.calculate' | translateHs: {app: 'default'} }}</button>
         </div>
-        <div class="exclusive">
+        <div class="exclusive ps-xs-1 ps-3">
           <button type="button" class="btn btn-sm btn-light hs-lm-item-visibility"
             [ngClass]="adjusterService.allowIndex ? 'hs-checkmark' : 'hs-uncheckmark'"
             (click)="selectIndex()"></button>
@@ -16,7 +16,7 @@
           </label>
           <p class="text-secondary text-justify fst-italic">{{'ADJUSTER.indexDescription' | translateHs: {app: 'default'} }}</p>
         </div>
-        <div class="exclusive">
+        <div class="exclusive ps-xs-1 ps-3">
           <button type="button" class="btn btn-sm btn-light hs-lm-item-visibility"
             [ngClass]="adjusterService.allowClusters ? 'hs-checkmark' : 'hs-uncheckmark'"
             (click)="selectClusters()"></button>