Browse Source

Merge pull request #12810 from deaflynx/fix/lwm2m-model-extra-scroll

Fix device profile extra scroll in lwm2m model
pull/12883/head
Igor Kulikov 1 year ago
committed by GitHub
parent
commit
f95cde6d8f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-observe-attr-telemetry-instances.component.scss

2
ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-observe-attr-telemetry-instances.component.scss

@ -15,7 +15,7 @@
*/
:host{
.tb-panel {
min-height: 42px;
min-height: 48px;
.tb-panel-title {
font-weight: 500;

Loading…
Cancel
Save