Commit e35e54a764adad71240cc246e22c5142070f2d3f
Committed by
Andrew Shvayka
1 parent
7347230e
Fix resize switch control
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -112,6 +112,9 @@ $error-height: 14px !default; | @@ -112,6 +112,9 @@ $error-height: 14px !default; | ||
112 | height: 90%; | 112 | height: 90%; |
113 | } | 113 | } |
114 | 114 | ||
115 | + .mat-slide-toggle-label{ | ||
116 | + height: 100%; | ||
117 | + } | ||
115 | .mat-slide-toggle-thumb { | 118 | .mat-slide-toggle-thumb { |
116 | top: 0; | 119 | top: 0; |
117 | left: 0; | 120 | left: 0; |