Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
e35e54a764adad71240cc246e22c5142070f2d3f
Authored by
Kalutka Zhenya
2020-09-21 18:12:10 +0300
Committed by
Andrew Shvayka
2020-10-06 18:28:40 +0300
1 parent
7347230e
Fix resize switch control
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
ui-ngx/src/app/modules/home/components/widget/lib/rpc/switch.component.scss
ui-ngx/src/app/modules/home/components/widget/lib/rpc/switch.component.scss
View file @
e35e54a
...
...
@@ -112,6 +112,9 @@ $error-height: 14px !default;
112
112
height
:
90%
;
113
113
}
114
114
115
+
.mat-slide-toggle-label
{
116
+
height
:
100%
;
117
+
}
115
118
.mat-slide-toggle-thumb
{
116
119
top
:
0
;
117
120
left
:
0
;
...
...