UI: Fixed lwm2m device profile object configuration checkbox alignment
This commit is contained in:
parent
eddd329772
commit
b520dec8b2
@ -31,4 +31,10 @@
|
||||
.mat-expansion-panel-header-title {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
&::ng-deep {
|
||||
.mat-content.mat-content-hide-toggle {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
</mat-checkbox>
|
||||
</div>
|
||||
<div class="flex max-w-10% flex-full items-center justify-center">
|
||||
<mat-checkbox class="max-w-10% flex-full" formControlName="observe" color="primary"
|
||||
<mat-checkbox formControlName="observe" color="primary"
|
||||
matTooltip="{{ 'device-profile.lwm2m.edit-observe-select' | translate }}"
|
||||
[matTooltipDisabled]="disabled || !isDisabledObserve($index)"
|
||||
matTooltipPosition="above">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user