Merge pull request #13520 from vvlladd28/bug/lwm2m/obserse-align

Fixed lwm2m device profile object configuration checkbox alignment
This commit is contained in:
Igor Kulikov 2025-06-06 19:01:15 +03:00 committed by GitHub
commit 7ba406c75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -31,4 +31,10 @@
.mat-expansion-panel-header-title {
margin-right: 0;
}
&::ng-deep {
.mat-content.mat-content-hide-toggle {
margin-right: 0;
}
}
}

View File

@ -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">