Browse Source

Fix resize switch control

pull/3551/head
Kalutka Zhenya 6 years ago
committed by Andrew Shvayka
parent
commit
e35e54a764
  1. 3
      ui-ngx/src/app/modules/home/components/widget/lib/rpc/switch.component.scss

3
ui-ngx/src/app/modules/home/components/widget/lib/rpc/switch.component.scss

@ -112,6 +112,9 @@ $error-height: 14px !default;
height: 90%;
}
.mat-slide-toggle-label{
height: 100%;
}
.mat-slide-toggle-thumb {
top: 0;
left: 0;

Loading…
Cancel
Save